Shades of Deep Magenta #C002C5
Tints of Deep Magenta #C002C5
RGB
CMYK
RGB Variations
Color information
#C002C5 (or 0xC002C5) is known color: Deep Magenta. HEX triplet: C0, 02 and C5. RGB value is (192,2,197). Sum of RGB (Red+Green+Blue) = 192+2+197=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #C002C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002C5 is #3FFD3A. Grayscale: #505050. Windows color (decimal): -4193595 or 12911296. OLE color: 12911296.
HSL color Cylindrical-coordinate representation of color #C002C5: hue angle of 298.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 #C002C5 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 2 | 197 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.23 |
| HSL | 298.46º | 0.98% | 0.39% | - |
| HSV(B) | 298.46º | 0.99% | 0.77% | - |
| XYZ | 31.84 | 15.28 | 54.09 | - |
| YUV | 81.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 197 | 0.03 | 0.99 | 0 | 0.23 | 298.46 | 0.98 | 0.39 |
| Hex | C0 | 2 | C5 | 3 | 63 | 0 | 17 | 12A | 62 | 27 |
| Octal | 300 | 2 | 305 | 3 | 143 | 0 | 27 | 452 | 142 | 47 |
| Binary | 11000000 | 10 | 11000101 | 11 | 1100011 | 0 | 10111 | 100101010 | 1100010 | 100111 |
Color Harmonies of #C002C5
Complementary color
Monochromatic Colors of #C002C5
Black with #C002C5
Text Example
Text Example
White with #C002C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002C5; }
p { color: rgb(192,2,197); }
H1.HeaderClassName
{
color: #C002C5;
}
.AnyTagClassName
{
color: #C002C5;
}
</style>
background-color css
<style>
a { background-color: #C002C5; }
a { background-color: rgb(192,2,197); }
div.DivClassName
{
background-color: #C002C5;
}
.BgClassName
{
background-color: #C002C5;
}
</style>
border-color css
<style>
span { border-color: #C002C5; }
span { border-color: rgb(192,2,197); }
td.TdClassName
{
border-color: #C002C5;
}
.TagClassName
{
border-color: #C002C5;
}
</style>