#CB3CCE

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

Shades of Fuchsia #CB3CCE

Tints of Fuchsia #CB3CCE

Color information

#CB3CCE (or 0xCB3CCE) is unknown color: approx Fuchsia. HEX triplet: CB, 3C and CE. RGB value is (203,60,206). Sum of RGB (Red+Green+Blue) = 203+60+206=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB3CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CCE is #34C331. Grayscale: #767676. Windows color (decimal): -3457842 or 13515979. OLE color: 13515979.

HSL color Cylindrical-coordinate representation of color #CB3CCE: hue angle of 298.77º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3CCE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20360206-
CMYK0.010.7100.19
HSL298.77º59.84%52.16%-
HSV(B)298.77º70.87%80.78%-
XYZ37.3920.3860.36-
YUV119.4176.88187.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 60 (23.83% from 255) = 12.79%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=43.28%
G=12.79%
B=43.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203602060.010.7100.19298.7759.8452.16
HexCB3CCE14701312b3c34
Octal3137431611070234537464
Binary110010111111001100111011000111010011100101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3CCE; }

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

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

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

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

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

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

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

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