Shades of Deep Magenta #C002D3
Tints of Deep Magenta #C002D3
RGB
CMYK
RGB Variations
Color information
#C002D3 (or 0xC002D3) is known color: Deep Magenta. HEX triplet: C0, 02 and D3. RGB value is (192,2,211). Sum of RGB (Red+Green+Blue) = 192+2+211=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #C002D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002D3 is #3FFD2C. Grayscale: #515151. Windows color (decimal): -4193581 or 13828800. OLE color: 13828800.
HSL color Cylindrical-coordinate representation of color #C002D3: hue angle of 294.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002D3 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 2 | 211 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.17 |
| HSL | 294.55º | 0.98% | 0.42% | - |
| HSV(B) | 294.55º | 0.99% | 0.83% | - |
| XYZ | 33.52 | 15.95 | 62.94 | - |
| YUV | 82.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 211 | 0.09 | 0.99 | 0 | 0.17 | 294.55 | 0.98 | 0.42 |
| Hex | C0 | 2 | D3 | 9 | 63 | 0 | 11 | 127 | 62 | 2A |
| Octal | 300 | 2 | 323 | 11 | 143 | 0 | 21 | 447 | 142 | 52 |
| Binary | 11000000 | 10 | 11010011 | 1001 | 1100011 | 0 | 10001 | 100100111 | 1100010 | 101010 |
Color Harmonies of #C002D3
Complementary color
Monochromatic Colors of #C002D3
Black with #C002D3
Text Example
Text Example
White with #C002D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002D3; }
p { color: rgb(192,2,211); }
H1.HeaderClassName
{
color: #C002D3;
}
.AnyTagClassName
{
color: #C002D3;
}
</style>
background-color css
<style>
a { background-color: #C002D3; }
a { background-color: rgb(192,2,211); }
div.DivClassName
{
background-color: #C002D3;
}
.BgClassName
{
background-color: #C002D3;
}
</style>
border-color css
<style>
span { border-color: #C002D3; }
span { border-color: rgb(192,2,211); }
td.TdClassName
{
border-color: #C002D3;
}
.TagClassName
{
border-color: #C002D3;
}
</style>