#CB3CB6

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

Shades of Fuchsia #CB3CB6

Tints of Fuchsia #CB3CB6

Color information

#CB3CB6 (or 0xCB3CB6) is unknown color: approx Fuchsia. HEX triplet: CB, 3C and B6. RGB value is (203,60,182). Sum of RGB (Red+Green+Blue) = 203+60+182=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CB6 is #34C349. Grayscale: #747474. Windows color (decimal): -3457866 or 11943115. OLE color: 11943115.

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

Color convert

RGB20360182-
CMYK00.700.100.20
HSL308.81º57.89%51.57%-
HSV(B)308.81º70.44%79.61%-
XYZ34.6919.3146.15-
YUV116.66164.88189.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 60 (23.83% from 255) = 13.48%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=45.62%
G=13.48%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036018200.700.100.20308.8157.8951.57
HexCB3CB6046A141353a34
Octal31374266010612244657264
Binary110010111111001011011001000110101010100100110101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3CB6; }

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

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

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

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

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

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

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

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