#CB3CC6

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

Shades of Fuchsia #CB3CC6

Tints of Fuchsia #CB3CC6

Color information

#CB3CC6 (or 0xCB3CC6) is unknown color: approx Fuchsia. HEX triplet: CB, 3C and C6. RGB value is (203,60,198). Sum of RGB (Red+Green+Blue) = 203+60+198=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CC6 is #34C339. Grayscale: #767676. Windows color (decimal): -3457850 or 12991691. OLE color: 12991691.

HSL color Cylindrical-coordinate representation of color #CB3CC6: hue angle of 302.1º 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 #CB3CC6 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20360198-
CMYK00.700.020.20
HSL302.1º57.89%51.57%-
HSV(B)302.1º70.44%79.61%-
XYZ36.4420.0155.37-
YUV118.49172.88188.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 60 (23.83% from 255) = 13.02%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=44.03%
G=13.02%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036019800.700.020.20302.157.8951.57
HexCB3CC604621412e3a34
Octal3137430601062244567264
Binary1100101111110011000110010001101010100100101110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3CC6; }

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

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

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

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

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

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

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

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