#CD52C7

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

Shades of Fuchsia #CD52C7

Tints of Fuchsia #CD52C7

Color information

#CD52C7 (or 0xCD52C7) is unknown color: approx Fuchsia. HEX triplet: CD, 52 and C7. RGB value is (205,82,199). Sum of RGB (Red+Green+Blue) = 205+82+199=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52C7 is #32AD38. Grayscale: #838383. Windows color (decimal): -3321145 or 13062861. OLE color: 13062861.

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

Color convert

RGB20582199-
CMYK00.60.030.20
HSL302.93º55.16%56.27%-
HSV(B)302.93º60%80.39%-
XYZ38.523.1456.47-
YUV132.12165.75179.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 82 (32.42% from 255) = 16.87%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=42.18%
G=16.87%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058219900.60.030.20302.9355.1656.27
HexCD52C703C31412f3738
Octal3151223070743244576770
Binary1100110110100101100011101111001110100100101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52C7; }

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

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

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

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

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

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

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

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