#CD4DCA

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

Shades of Fuchsia #CD4DCA

Tints of Fuchsia #CD4DCA

Color information

#CD4DCA (or 0xCD4DCA) is unknown color: approx Fuchsia. HEX triplet: CD, 4D and CA. RGB value is (205,77,202). Sum of RGB (Red+Green+Blue) = 205+77+202=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DCA is #32B235. Grayscale: #818181. Windows color (decimal): -3322422 or 13258189. OLE color: 13258189.

HSL color Cylindrical-coordinate representation of color #CD4DCA: hue angle of 301.41º degrees, saturation: 0.56, 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 #CD4DCA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB20577202-
CMYK00.620.010.20
HSL301.41º56.14%55.29%-
HSV(B)301.41º62.44%80.39%-
XYZ38.4922.5558.2-
YUV129.52168.91181.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 77 (30.47% from 255) = 15.91%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=42.36%
G=15.91%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057720200.620.010.20301.4156.1455.29
HexCD4DCA03E11412d3837
Octal3151153120761244557067
Binary110011011001101110010100111110110100100101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DCA; }

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

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

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

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

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

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

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

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