#CB39B6

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

Shades of Fuchsia #CB39B6

Tints of Fuchsia #CB39B6

Color information

#CB39B6 (or 0xCB39B6) is unknown color: approx Fuchsia. HEX triplet: CB, 39 and B6. RGB value is (203,57,182). Sum of RGB (Red+Green+Blue) = 203+57+182=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB39B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39B6 is #34C649. Grayscale: #727272. Windows color (decimal): -3458634 or 11942347. OLE color: 11942347.

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

Color convert

RGB20357182-
CMYK00.720.100.20
HSL308.63º58.4%50.98%-
HSV(B)308.63º71.92%79.61%-
XYZ34.541946.1-
YUV114.9165.87190.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 57 (22.66% from 255) = 12.90%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=45.93%
G=12.90%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035718200.720.100.20308.6358.450.98
HexCB39B6048A141353a33
Octal31371266011012244657263
Binary110010111110011011011001001000101010100100110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB39B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB39B6; }

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

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

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

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

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

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

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

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