#CD4ECA

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

Shades of Fuchsia #CD4ECA

Tints of Fuchsia #CD4ECA

Color information

#CD4ECA (or 0xCD4ECA) is unknown color: approx Fuchsia. HEX triplet: CD, 4E and CA. RGB value is (205,78,202). Sum of RGB (Red+Green+Blue) = 205+78+202=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4ECA is #32B135. Grayscale: #818181. Windows color (decimal): -3322166 or 13258445. OLE color: 13258445.

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

Color convert

RGB20578202-
CMYK00.620.010.20
HSL301.42º55.95%55.49%-
HSV(B)301.42º61.95%80.39%-
XYZ38.5622.6958.22-
YUV130.11168.58181.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 78 (30.86% from 255) = 16.08%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=42.27%
G=16.08%
B=41.65%

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
Decimal2057820200.620.010.20301.4255.9555.49
HexCD4ECA03E11412d3837
Octal3151163120761244557067
Binary110011011001110110010100111110110100100101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4ECA; }

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

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

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

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

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

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

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

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