#CB4CC4

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

Shades of Fuchsia #CB4CC4

Tints of Fuchsia #CB4CC4

Color information

#CB4CC4 (or 0xCB4CC4) is unknown color: approx Fuchsia. HEX triplet: CB, 4C and C4. RGB value is (203,76,196). Sum of RGB (Red+Green+Blue) = 203+76+196=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CC4 is #34B33B. Grayscale: #7F7F7F. Windows color (decimal): -3453756 or 12864715. OLE color: 12864715.

HSL color Cylindrical-coordinate representation of color #CB4CC4: hue angle of 303.31º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4CC4 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20376196-
CMYK00.630.030.20
HSL303.31º54.98%54.71%-
HSV(B)303.31º62.56%79.61%-
XYZ37.1821.8554.48-
YUV127.65166.58181.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 76 (30.08% from 255) = 16%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=42.74%
G=16%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037619600.630.030.20303.3154.9854.71
HexCB4CC403F31412f3737
Octal3131143040773244576767
Binary1100101110011001100010001111111110100100101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4CC4; }

 p { color: rgb(203,76,196); }

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

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

 a { background-color: rgb(203,76,196); }

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

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

 span { border-color: rgb(203,76,196); }

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