#CD52AF

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

Shades of Fuchsia #CD52AF

Tints of Fuchsia #CD52AF

Color information

#CD52AF (or 0xCD52AF) is unknown color: approx Fuchsia. HEX triplet: CD, 52 and AF. RGB value is (205,82,175). Sum of RGB (Red+Green+Blue) = 205+82+175=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD52AF is #32AD50. Grayscale: #818181. Windows color (decimal): -3321169 or 11489997. OLE color: 11489997.

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

Color convert

RGB20582175-
CMYK00.60.150.20
HSL314.63º55.16%56.27%-
HSV(B)314.63º60%80.39%-
XYZ35.9322.1142.93-
YUV129.38153.75181.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=44.37%
G=17.75%
B=37.88%

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
Decimal2058217500.60.150.20314.6355.1656.27
HexCD52AF03CF1413b3738
Octal31512225707417244736770
Binary110011011010010101011110111100111110100100111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52AF; }

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

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

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

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

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

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

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

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