#CB4DCA

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

Shades of Fuchsia #CB4DCA

Tints of Fuchsia #CB4DCA

Color information

#CB4DCA (or 0xCB4DCA) is unknown color: approx Fuchsia. HEX triplet: CB, 4D and CA. RGB value is (203,77,202). Sum of RGB (Red+Green+Blue) = 203+77+202=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DCA is #34B235. Grayscale: #808080. Windows color (decimal): -3453494 or 13258187. OLE color: 13258187.

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

Color convert

RGB20377202-
CMYK00.620.000.20
HSL300.48º54.78%54.9%-
HSV(B)300.48º62.07%79.61%-
XYZ37.9422.2758.18-
YUV128.92169.24180.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=42.12%
G=15.98%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037720200.620.000.20300.4854.7854.9
HexCB4DCA03E01412c3737
Octal3131153120760244546767
Binary110010111001101110010100111110010100100101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4DCA; }

 p { color: rgb(203,77,202); }

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

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

 a { background-color: rgb(203,77,202); }

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

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

 span { border-color: rgb(203,77,202); }

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