#CB36AB

Color #CB36AB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB36AB

Tints of Fuchsia #CB36AB

Color information

#CB36AB (or 0xCB36AB) is unknown color: approx Fuchsia. HEX triplet: CB, 36 and AB. RGB value is (203,54,171). Sum of RGB (Red+Green+Blue) = 203+54+171=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36AB is #34C954. Grayscale: #6F6F6F. Windows color (decimal): -3459413 or 11220683. OLE color: 11220683.

HSL color Cylindrical-coordinate representation of color #CB36AB: hue angle of 312.89º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB36AB is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20354171-
CMYK00.730.160.20
HSL312.89º58.89%50.39%-
HSV(B)312.89º73.4%79.61%-
XYZ33.318.2840.3-
YUV111.89161.36192.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 54 (21.48% from 255) = 12.62%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=47.43%
G=12.62%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035417100.730.160.20312.8958.8950.39
HexCB36AB04910141393b32
Octal31366253011120244717362
Binary1100101111011010101011010010011000010100100111001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB36AB; }

 p { color: rgb(203,54,171); }

 H1.HeaderClassName
 {
   color: #CB36AB;
 }
 .AnyTagClassName
 {
   color: #CB36AB;
 }
</style>
background-color css

<style>
 a { background-color: #CB36AB; }

 a { background-color: rgb(203,54,171); }

 div.DivClassName
 {
   background-color: #CB36AB;
 }
 .BgClassName
 {
   background-color: #CB36AB;
 }
</style>
border-color css

<style>
 span { border-color: #CB36AB; }

 span { border-color: rgb(203,54,171); }

 td.TdClassName
 {
   border-color: #CB36AB;
 }
 .TagClassName
 {
   border-color: #CB36AB;
 }
</style>