#C525D8

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

Shades of Deep Magenta #C525D8

Tints of Deep Magenta #C525D8

Color information

#C525D8 (or 0xC525D8) is unknown color: approx Deep Magenta. HEX triplet: C5, 25 and D8. RGB value is (197,37,216). Sum of RGB (Red+Green+Blue) = 197+37+216=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #C525D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525D8 is #3ADA27. Grayscale: #686868. Windows color (decimal): -3856936 or 14165445. OLE color: 14165445.

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

Color convert

RGB19737216-
CMYK0.090.8300.15
HSL293.63º70.75%49.61%-
HSV(B)293.63º82.87%84.71%-
XYZ36.0818.1566.57-
YUV105.25190.51193.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 37 (14.84% from 255) = 8.22%
BLUE value IS 216 (84.77% from 255) = 48%
R=43.78%
G=8.22%
B=48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197372160.090.8300.15293.6370.7549.61
HexC525D89530F1264732
Octal305453301112301744610762
Binary110001011001011101100010011010011011111001001101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C525D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C525D8; }

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

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

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

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

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

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

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

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