Shades of Deep Magenta #C502E0
Tints of Deep Magenta #C502E0
RGB
CMYK
RGB Variations
Color information
#C502E0 (or 0xC502E0) is known color: Deep Magenta. HEX triplet: C5, 02 and E0. RGB value is (197,2,224). Sum of RGB (Red+Green+Blue) = 197+2+224=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #C502E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502E0 is #3AFD1F. Grayscale: #545454. Windows color (decimal): -3865888 or 14680773. OLE color: 14680773.
HSL color Cylindrical-coordinate representation of color #C502E0: hue angle of 292.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502E0 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 2 | 224 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.12 |
| HSL | 292.7º | 0.98% | 0.44% | - |
| HSV(B) | 292.7º | 0.99% | 0.88% | - |
| XYZ | 36.5 | 17.3 | 71.94 | - |
| YUV | 85.61 | 206.1 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 224 | 0.12 | 0.99 | 0 | 0.12 | 292.7 | 0.98 | 0.44 |
| Hex | C5 | 2 | E0 | C | 63 | 0 | C | 125 | 62 | 2C |
| Octal | 305 | 2 | 340 | 14 | 143 | 0 | 14 | 445 | 142 | 54 |
| Binary | 11000101 | 10 | 11100000 | 1100 | 1100011 | 0 | 1100 | 100100101 | 1100010 | 101100 |
Color Harmonies of #C502E0
Complementary color
Monochromatic Colors of #C502E0
Black with #C502E0
Text Example
Text Example
White with #C502E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502E0; }
p { color: rgb(197,2,224); }
H1.HeaderClassName
{
color: #C502E0;
}
.AnyTagClassName
{
color: #C502E0;
}
</style>
background-color css
<style>
a { background-color: #C502E0; }
a { background-color: rgb(197,2,224); }
div.DivClassName
{
background-color: #C502E0;
}
.BgClassName
{
background-color: #C502E0;
}
</style>
border-color css
<style>
span { border-color: #C502E0; }
span { border-color: rgb(197,2,224); }
td.TdClassName
{
border-color: #C502E0;
}
.TagClassName
{
border-color: #C502E0;
}
</style>