#CD42AE

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

Shades of Fuchsia #CD42AE

Tints of Fuchsia #CD42AE

Color information

#CD42AE (or 0xCD42AE) is unknown color: approx Fuchsia. HEX triplet: CD, 42 and AE. RGB value is (205,66,174). Sum of RGB (Red+Green+Blue) = 205+66+174=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42AE is #32BD51. Grayscale: #777777. Windows color (decimal): -3325266 or 11420365. OLE color: 11420365.

HSL color Cylindrical-coordinate representation of color #CD42AE: hue angle of 313.38º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42AE is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20566174-
CMYK00.680.150.20
HSL313.38º58.16%53.14%-
HSV(B)313.38º67.8%80.39%-
XYZ34.7719.9342.06-
YUV119.87158.55188.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 66 (26.17% from 255) = 14.83%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=46.07%
G=14.83%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056617400.680.150.20313.3858.1653.14
HexCD42AE044F141393a35
Octal315102256010417244717265
Binary1100110110000101010111001000100111110100100111001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD42AE; }

 p { color: rgb(205,66,174); }

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

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

 a { background-color: rgb(205,66,174); }

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

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

 span { border-color: rgb(205,66,174); }

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