Shades of Deep Magenta #C502CB
Tints of Deep Magenta #C502CB
RGB
CMYK
RGB Variations
Color information
#C502CB (or 0xC502CB) is known color: Deep Magenta. HEX triplet: C5, 02 and CB. RGB value is (197,2,203). Sum of RGB (Red+Green+Blue) = 197+2+203=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #C502CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502CB is #3AFD34. Grayscale: #525252. Windows color (decimal): -3865909 or 13304517. OLE color: 13304517.
HSL color Cylindrical-coordinate representation of color #C502CB: hue angle of 298.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502CB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 2 | 203 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.20 |
| HSL | 298.21º | 0.98% | 0.4% | - |
| HSV(B) | 298.21º | 0.99% | 0.8% | - |
| XYZ | 33.83 | 16.23 | 57.85 | - |
| YUV | 83.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 203 | 0.03 | 0.99 | 0 | 0.20 | 298.21 | 0.98 | 0.4 |
| Hex | C5 | 2 | CB | 3 | 63 | 0 | 14 | 12A | 62 | 28 |
| Octal | 305 | 2 | 313 | 3 | 143 | 0 | 24 | 452 | 142 | 50 |
| Binary | 11000101 | 10 | 11001011 | 11 | 1100011 | 0 | 10100 | 100101010 | 1100010 | 101000 |
Color Harmonies of #C502CB
Complementary color
Monochromatic Colors of #C502CB
Black with #C502CB
Text Example
Text Example
White with #C502CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502CB; }
p { color: rgb(197,2,203); }
H1.HeaderClassName
{
color: #C502CB;
}
.AnyTagClassName
{
color: #C502CB;
}
</style>
background-color css
<style>
a { background-color: #C502CB; }
a { background-color: rgb(197,2,203); }
div.DivClassName
{
background-color: #C502CB;
}
.BgClassName
{
background-color: #C502CB;
}
</style>
border-color css
<style>
span { border-color: #C502CB; }
span { border-color: rgb(197,2,203); }
td.TdClassName
{
border-color: #C502CB;
}
.TagClassName
{
border-color: #C502CB;
}
</style>