#C524DE

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

Shades of Deep Magenta #C524DE

Tints of Deep Magenta #C524DE

Color information

#C524DE (or 0xC524DE) is unknown color: approx Deep Magenta. HEX triplet: C5, 24 and DE. RGB value is (197,36,222). Sum of RGB (Red+Green+Blue) = 197+36+222=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #C524DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524DE is #3ADB21. Grayscale: #686868. Windows color (decimal): -3857186 or 14558405. OLE color: 14558405.

HSL color Cylindrical-coordinate representation of color #C524DE: hue angle of 291.94º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C524DE is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19736222-
CMYK0.110.8400.13
HSL291.94º73.81%50.59%-
HSV(B)291.94º83.78%87.06%-
XYZ36.8418.4170.72-
YUV105.34193.84193.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 36 (14.45% from 255) = 7.91%
BLUE value IS 222 (87.11% from 255) = 48.79%
R=43.30%
G=7.91%
B=48.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197362220.110.8400.13291.9473.8150.59
HexC524DEB540D1244a33
Octal305443361312401544411263
Binary110001011001001101111010111010100011011001001001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C524DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C524DE; }

 p { color: rgb(197,36,222); }

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

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

 a { background-color: rgb(197,36,222); }

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

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

 span { border-color: rgb(197,36,222); }

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