Shades of Deep Magenta #C502B7
Tints of Deep Magenta #C502B7
RGB
CMYK
RGB Variations
Color information
#C502B7 (or 0xC502B7) is known color: Deep Magenta. HEX triplet: C5, 02 and B7. RGB value is (197,2,183). Sum of RGB (Red+Green+Blue) = 197+2+183=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C502B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502B7 is #3AFD48. Grayscale: #505050. Windows color (decimal): -3865929 or 11993797. OLE color: 11993797.
HSL color Cylindrical-coordinate representation of color #C502B7: hue angle of 304.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502B7 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.23 |
| HSL | 304.31º | 0.98% | 0.39% | - |
| HSV(B) | 304.31º | 0.99% | 0.77% | - |
| XYZ | 31.59 | 15.33 | 46.09 | - |
| YUV | 80.94 | 185.6 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 183 | 0 | 0.99 | 0.07 | 0.23 | 304.31 | 0.98 | 0.39 |
| Hex | C5 | 2 | B7 | 0 | 63 | 7 | 17 | 130 | 62 | 27 |
| Octal | 305 | 2 | 267 | 0 | 143 | 7 | 27 | 460 | 142 | 47 |
| Binary | 11000101 | 10 | 10110111 | 0 | 1100011 | 111 | 10111 | 100110000 | 1100010 | 100111 |
Color Harmonies of #C502B7
Complementary color
Monochromatic Colors of #C502B7
Black with #C502B7
Text Example
Text Example
White with #C502B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502B7; }
p { color: rgb(197,2,183); }
H1.HeaderClassName
{
color: #C502B7;
}
.AnyTagClassName
{
color: #C502B7;
}
</style>
background-color css
<style>
a { background-color: #C502B7; }
a { background-color: rgb(197,2,183); }
div.DivClassName
{
background-color: #C502B7;
}
.BgClassName
{
background-color: #C502B7;
}
</style>
border-color css
<style>
span { border-color: #C502B7; }
span { border-color: rgb(197,2,183); }
td.TdClassName
{
border-color: #C502B7;
}
.TagClassName
{
border-color: #C502B7;
}
</style>