#C52AD8

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

Shades of Deep Magenta #C52AD8

Tints of Deep Magenta #C52AD8

Color information

#C52AD8 (or 0xC52AD8) is unknown color: approx Deep Magenta. HEX triplet: C5, 2A and D8. RGB value is (197,42,216). Sum of RGB (Red+Green+Blue) = 197+42+216=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #C52AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52AD8 is #3AD527. Grayscale: #6B6B6B. Windows color (decimal): -3855656 or 14166725. OLE color: 14166725.

HSL color Cylindrical-coordinate representation of color #C52AD8: hue angle of 293.45º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52AD8 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19742216-
CMYK0.090.8100.15
HSL293.45º69.05%50.59%-
HSV(B)293.45º80.56%84.71%-
XYZ36.2518.4866.62-
YUV108.18188.85191.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 42 (16.80% from 255) = 9.23%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=43.30%
G=9.23%
B=47.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197422160.090.8100.15293.4569.0550.59
HexC52AD89510F1254533
Octal305523301112101744510563
Binary110001011010101101100010011010001011111001001011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52AD8; }

 p { color: rgb(197,42,216); }

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

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

 a { background-color: rgb(197,42,216); }

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

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

 span { border-color: rgb(197,42,216); }

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