#CD52AD

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

Shades of Fuchsia #CD52AD

Tints of Fuchsia #CD52AD

Color information

#CD52AD (or 0xCD52AD) is unknown color: approx Fuchsia. HEX triplet: CD, 52 and AD. RGB value is (205,82,173). Sum of RGB (Red+Green+Blue) = 205+82+173=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD52AD is #32AD52. Grayscale: #808080. Windows color (decimal): -3321171 or 11358925. OLE color: 11358925.

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

Color convert

RGB20582173-
CMYK00.60.160.20
HSL315.61º55.16%56.27%-
HSV(B)315.61º60%80.39%-
XYZ35.7422.0341.9-
YUV129.15152.75182.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=44.57%
G=17.83%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058217300.60.160.20315.6155.1656.27
HexCD52AD03C101413c3738
Octal31512225507420244746770
Binary1100110110100101010110101111001000010100100111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52AD; }

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

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

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

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

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

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

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

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