Shades of Deep Magenta #C525E1
Tints of Deep Magenta #C525E1
RGB
CMYK
RGB Variations
Color information
#C525E1 (or 0xC525E1) is known color: Deep Magenta. HEX triplet: C5, 25 and E1. RGB value is (197,37,225). Sum of RGB (Red+Green+Blue) = 197+37+225=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #C525E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525E1 is #3ADA1E. Grayscale: #696969. Windows color (decimal): -3856927 or 14755269. OLE color: 14755269.
HSL color Cylindrical-coordinate representation of color #C525E1: hue angle of 291.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C525E1 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 37 | 225 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.12 |
| HSL | 291.06º | 0.76% | 0.51% | - |
| HSV(B) | 291.06º | 0.84% | 0.88% | - |
| XYZ | 37.28 | 18.63 | 72.87 | - |
| YUV | 106.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 225 | 0.12 | 0.84 | 0 | 0.12 | 291.06 | 0.76 | 0.51 |
| Hex | C5 | 25 | E1 | C | 54 | 0 | C | 123 | 4C | 33 |
| Octal | 305 | 45 | 341 | 14 | 124 | 0 | 14 | 443 | 114 | 63 |
| Binary | 11000101 | 100101 | 11100001 | 1100 | 1010100 | 0 | 1100 | 100100011 | 1001100 | 110011 |
Color Harmonies of #C525E1
Complementary color
Monochromatic Colors of #C525E1
Black with #C525E1
Text Example
Text Example
White with #C525E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525E1; }
p { color: rgb(197,37,225); }
H1.HeaderClassName
{
color: #C525E1;
}
.AnyTagClassName
{
color: #C525E1;
}
</style>
background-color css
<style>
a { background-color: #C525E1; }
a { background-color: rgb(197,37,225); }
div.DivClassName
{
background-color: #C525E1;
}
.BgClassName
{
background-color: #C525E1;
}
</style>
border-color css
<style>
span { border-color: #C525E1; }
span { border-color: rgb(197,37,225); }
td.TdClassName
{
border-color: #C525E1;
}
.TagClassName
{
border-color: #C525E1;
}
</style>