#CD35AE

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

Shades of Fuchsia #CD35AE

Tints of Fuchsia #CD35AE

Color information

#CD35AE (or 0xCD35AE) is unknown color: approx Fuchsia. HEX triplet: CD, 35 and AE. RGB value is (205,53,174). Sum of RGB (Red+Green+Blue) = 205+53+174=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD35AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD35AE is #32CA51. Grayscale: #6F6F6F. Windows color (decimal): -3328594 or 11417037. OLE color: 11417037.

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

Color convert

RGB20553174-
CMYK00.740.150.20
HSL312.24º60.32%50.59%-
HSV(B)312.24º74.15%80.39%-
XYZ34.0918.5841.83-
YUV112.24162.86194.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 53 (21.09% from 255) = 12.27%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=47.45%
G=12.27%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055317400.740.150.20312.2460.3250.59
HexCD35AE04AF141383c33
Octal31565256011217244707463
Binary110011011101011010111001001010111110100100111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35AE; }

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

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

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

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

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

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

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

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