#CD52AE

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

Shades of Fuchsia #CD52AE

Tints of Fuchsia #CD52AE

Color information

#CD52AE (or 0xCD52AE) is unknown color: approx Fuchsia. HEX triplet: CD, 52 and AE. RGB value is (205,82,174). Sum of RGB (Red+Green+Blue) = 205+82+174=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD52AE is #32AD51. Grayscale: #818181. Windows color (decimal): -3321170 or 11424461. OLE color: 11424461.

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

Color convert

RGB20582174-
CMYK00.60.150.20
HSL315.12º55.16%56.27%-
HSV(B)315.12º60%80.39%-
XYZ35.8322.0742.42-
YUV129.27153.25182.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=44.47%
G=17.79%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058217400.60.150.20315.1255.1656.27
HexCD52AE03CF1413b3738
Octal31512225607417244736770
Binary110011011010010101011100111100111110100100111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52AE; }

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

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

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

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

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

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

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

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