Shades of Deep Magenta #C525DD
Tints of Deep Magenta #C525DD
RGB
CMYK
RGB Variations
Color information
#C525DD (or 0xC525DD) is known color: Deep Magenta. HEX triplet: C5, 25 and DD. RGB value is (197,37,221). Sum of RGB (Red+Green+Blue) = 197+37+221=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #C525DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525DD is #3ADA22. Grayscale: #696969. Windows color (decimal): -3856931 or 14493125. OLE color: 14493125.
HSL color Cylindrical-coordinate representation of color #C525DD: hue angle of 292.17º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C525DD is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 37 | 221 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.13 |
| HSL | 292.17º | 0.73% | 0.51% | - |
| HSV(B) | 292.17º | 0.83% | 0.87% | - |
| XYZ | 36.74 | 18.41 | 70.02 | - |
| YUV | 105.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 221 | 0.11 | 0.83 | 0 | 0.13 | 292.17 | 0.73 | 0.51 |
| Hex | C5 | 25 | DD | B | 53 | 0 | D | 124 | 49 | 33 |
| Octal | 305 | 45 | 335 | 13 | 123 | 0 | 15 | 444 | 111 | 63 |
| Binary | 11000101 | 100101 | 11011101 | 1011 | 1010011 | 0 | 1101 | 100100100 | 1001001 | 110011 |
Color Harmonies of #C525DD
Complementary color
Monochromatic Colors of #C525DD
Black with #C525DD
Text Example
Text Example
White with #C525DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525DD; }
p { color: rgb(197,37,221); }
H1.HeaderClassName
{
color: #C525DD;
}
.AnyTagClassName
{
color: #C525DD;
}
</style>
background-color css
<style>
a { background-color: #C525DD; }
a { background-color: rgb(197,37,221); }
div.DivClassName
{
background-color: #C525DD;
}
.BgClassName
{
background-color: #C525DD;
}
</style>
border-color css
<style>
span { border-color: #C525DD; }
span { border-color: rgb(197,37,221); }
td.TdClassName
{
border-color: #C525DD;
}
.TagClassName
{
border-color: #C525DD;
}
</style>