#CB3CCC

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

Shades of Fuchsia #CB3CCC

Tints of Fuchsia #CB3CCC

Color information

#CB3CCC (or 0xCB3CCC) is unknown color: approx Fuchsia. HEX triplet: CB, 3C and CC. RGB value is (203,60,204). Sum of RGB (Red+Green+Blue) = 203+60+204=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CCC is #34C333. Grayscale: #767676. Windows color (decimal): -3457844 or 13384907. OLE color: 13384907.

HSL color Cylindrical-coordinate representation of color #CB3CCC: hue angle of 299.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3CCC is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20360204-
CMYK0.000.7100.2
HSL299.58º58.54%51.76%-
HSV(B)299.58º70.59%80%-
XYZ37.1420.2959.09-
YUV119.17175.88187.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 60 (23.83% from 255) = 12.85%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=43.47%
G=12.85%
B=43.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203602040.000.7100.2299.5858.5451.76
HexCB3CCC04701412c3b34
Octal3137431401070244547364
Binary110010111111001100110001000111010100100101100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3CCC; }

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

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

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

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

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

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

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

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