#CB59B6

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

Shades of Fuchsia #CB59B6

Tints of Fuchsia #CB59B6

Color information

#CB59B6 (or 0xCB59B6) is unknown color: approx Fuchsia. HEX triplet: CB, 59 and B6. RGB value is (203,89,182). Sum of RGB (Red+Green+Blue) = 203+89+182=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59B6 is #34A649. Grayscale: #858585. Windows color (decimal): -3450442 or 11950539. OLE color: 11950539.

HSL color Cylindrical-coordinate representation of color #CB59B6: hue angle of 311.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB59B6 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20389182-
CMYK00.560.100.20
HSL311.05º52.29%57.25%-
HSV(B)311.05º56.16%79.61%-
XYZ36.6423.2246.81-
YUV133.69155.27177.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=42.83%
G=18.78%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038918200.560.100.20311.0552.2957.25
HexCB59B6038A141373439
Octal31313126607012244676471
Binary110010111011001101101100111000101010100100110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB59B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB59B6; }

 p { color: rgb(203,89,182); }

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

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

 a { background-color: rgb(203,89,182); }

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

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

 span { border-color: rgb(203,89,182); }

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