#CD4EC7

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

Shades of Fuchsia #CD4EC7

Tints of Fuchsia #CD4EC7

Color information

#CD4EC7 (or 0xCD4EC7) is unknown color: approx Fuchsia. HEX triplet: CD, 4E and C7. RGB value is (205,78,199). Sum of RGB (Red+Green+Blue) = 205+78+199=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EC7 is #32B138. Grayscale: #818181. Windows color (decimal): -3322169 or 13061837. OLE color: 13061837.

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

Color convert

RGB20578199-
CMYK00.620.030.20
HSL302.83º55.95%55.49%-
HSV(B)302.83º61.95%80.39%-
XYZ38.2122.5556.37-
YUV129.77167.08181.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 199 (78.12% from 255) = 41.29%
R=42.53%
G=16.18%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057819900.620.030.20302.8355.9555.49
HexCD4EC703E31412f3837
Octal3151163070763244577067
Binary1100110110011101100011101111101110100100101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4EC7; }

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

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

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

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

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

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

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

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