Shades of Deep Magenta #C502B0
Tints of Deep Magenta #C502B0
RGB
CMYK
RGB Variations
Color information
#C502B0 (or 0xC502B0) is known color: Deep Magenta. HEX triplet: C5, 02 and B0. RGB value is (197,2,176). Sum of RGB (Red+Green+Blue) = 197+2+176=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C502B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C502B0 is #3AFD4F. Grayscale: #4F4F4F. Windows color (decimal): -3865936 or 11535045. OLE color: 11535045.
HSL color Cylindrical-coordinate representation of color #C502B0: hue angle of 306.46º 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 #C502B0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.23 |
| HSL | 306.46º | 0.98% | 0.39% | - |
| HSV(B) | 306.46º | 0.99% | 0.77% | - |
| XYZ | 30.88 | 15.05 | 42.35 | - |
| YUV | 80.14 | 182.1 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 176 | 0 | 0.99 | 0.11 | 0.23 | 306.46 | 0.98 | 0.39 |
| Hex | C5 | 2 | B0 | 0 | 63 | B | 17 | 132 | 62 | 27 |
| Octal | 305 | 2 | 260 | 0 | 143 | 13 | 27 | 462 | 142 | 47 |
| Binary | 11000101 | 10 | 10110000 | 0 | 1100011 | 1011 | 10111 | 100110010 | 1100010 | 100111 |
Color Harmonies of #C502B0
Complementary color
Monochromatic Colors of #C502B0
Black with #C502B0
Text Example
Text Example
White with #C502B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502B0; }
p { color: rgb(197,2,176); }
H1.HeaderClassName
{
color: #C502B0;
}
.AnyTagClassName
{
color: #C502B0;
}
</style>
background-color css
<style>
a { background-color: #C502B0; }
a { background-color: rgb(197,2,176); }
div.DivClassName
{
background-color: #C502B0;
}
.BgClassName
{
background-color: #C502B0;
}
</style>
border-color css
<style>
span { border-color: #C502B0; }
span { border-color: rgb(197,2,176); }
td.TdClassName
{
border-color: #C502B0;
}
.TagClassName
{
border-color: #C502B0;
}
</style>