Shades of Deep Magenta #C525DC
Tints of Deep Magenta #C525DC
RGB
CMYK
RGB Variations
Color information
#C525DC (or 0xC525DC) is known color: Deep Magenta. HEX triplet: C5, 25 and DC. RGB value is (197,37,220). Sum of RGB (Red+Green+Blue) = 197+37+220=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #C525DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525DC is #3ADA23. Grayscale: #696969. Windows color (decimal): -3856932 or 14427589. OLE color: 14427589.
HSL color Cylindrical-coordinate representation of color #C525DC: hue angle of 292.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C525DC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 37 | 220 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.14 |
| HSL | 292.46º | 0.72% | 0.5% | - |
| HSV(B) | 292.46º | 0.83% | 0.86% | - |
| XYZ | 36.61 | 18.36 | 69.32 | - |
| YUV | 105.7 | 192.51 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 220 | 0.10 | 0.83 | 0 | 0.14 | 292.46 | 0.72 | 0.5 |
| Hex | C5 | 25 | DC | A | 53 | 0 | E | 124 | 48 | 32 |
| Octal | 305 | 45 | 334 | 12 | 123 | 0 | 16 | 444 | 110 | 62 |
| Binary | 11000101 | 100101 | 11011100 | 1010 | 1010011 | 0 | 1110 | 100100100 | 1001000 | 110010 |
Color Harmonies of #C525DC
Complementary color
Monochromatic Colors of #C525DC
Black with #C525DC
Text Example
Text Example
White with #C525DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525DC; }
p { color: rgb(197,37,220); }
H1.HeaderClassName
{
color: #C525DC;
}
.AnyTagClassName
{
color: #C525DC;
}
</style>
background-color css
<style>
a { background-color: #C525DC; }
a { background-color: rgb(197,37,220); }
div.DivClassName
{
background-color: #C525DC;
}
.BgClassName
{
background-color: #C525DC;
}
</style>
border-color css
<style>
span { border-color: #C525DC; }
span { border-color: rgb(197,37,220); }
td.TdClassName
{
border-color: #C525DC;
}
.TagClassName
{
border-color: #C525DC;
}
</style>