Shades of Deep Magenta #C002D5
Tints of Deep Magenta #C002D5
RGB
CMYK
RGB Variations
Color information
#C002D5 (or 0xC002D5) is known color: Deep Magenta. HEX triplet: C0, 02 and D5. RGB value is (192,2,213). Sum of RGB (Red+Green+Blue) = 192+2+213=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #C002D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002D5 is #3FFD2A. Grayscale: #525252. Windows color (decimal): -4193579 or 13959872. OLE color: 13959872.
HSL color Cylindrical-coordinate representation of color #C002D5: hue angle of 294.03º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002D5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 2 | 213 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.16 |
| HSL | 294.03º | 0.98% | 0.42% | - |
| HSV(B) | 294.03º | 0.99% | 0.84% | - |
| XYZ | 33.77 | 16.05 | 64.27 | - |
| YUV | 82.86 | 201.45 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 213 | 0.10 | 0.99 | 0 | 0.16 | 294.03 | 0.98 | 0.42 |
| Hex | C0 | 2 | D5 | A | 63 | 0 | 10 | 126 | 62 | 2A |
| Octal | 300 | 2 | 325 | 12 | 143 | 0 | 20 | 446 | 142 | 52 |
| Binary | 11000000 | 10 | 11010101 | 1010 | 1100011 | 0 | 10000 | 100100110 | 1100010 | 101010 |
Color Harmonies of #C002D5
Complementary color
Monochromatic Colors of #C002D5
Black with #C002D5
Text Example
Text Example
White with #C002D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002D5; }
p { color: rgb(192,2,213); }
H1.HeaderClassName
{
color: #C002D5;
}
.AnyTagClassName
{
color: #C002D5;
}
</style>
background-color css
<style>
a { background-color: #C002D5; }
a { background-color: rgb(192,2,213); }
div.DivClassName
{
background-color: #C002D5;
}
.BgClassName
{
background-color: #C002D5;
}
</style>
border-color css
<style>
span { border-color: #C002D5; }
span { border-color: rgb(192,2,213); }
td.TdClassName
{
border-color: #C002D5;
}
.TagClassName
{
border-color: #C002D5;
}
</style>