Shades of Deep Magenta #C702D1
Tints of Deep Magenta #C702D1
RGB
CMYK
RGB Variations
Color information
#C702D1 (or 0xC702D1) is known color: Deep Magenta. HEX triplet: C7, 02 and D1. RGB value is (199,2,209). Sum of RGB (Red+Green+Blue) = 199+2+209=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #C702D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702D1 is #38FD2E. Grayscale: #535353. Windows color (decimal): -3734831 or 13697735. OLE color: 13697735.
HSL color Cylindrical-coordinate representation of color #C702D1: hue angle of 297.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702D1 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 2 | 209 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.18 |
| HSL | 297.1º | 0.98% | 0.41% | - |
| HSV(B) | 297.1º | 0.99% | 0.82% | - |
| XYZ | 35.08 | 16.79 | 61.71 | - |
| YUV | 84.5 | 198.27 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 209 | 0.05 | 0.99 | 0 | 0.18 | 297.1 | 0.98 | 0.41 |
| Hex | C7 | 2 | D1 | 5 | 63 | 0 | 12 | 129 | 62 | 29 |
| Octal | 307 | 2 | 321 | 5 | 143 | 0 | 22 | 451 | 142 | 51 |
| Binary | 11000111 | 10 | 11010001 | 101 | 1100011 | 0 | 10010 | 100101001 | 1100010 | 101001 |
Color Harmonies of #C702D1
Complementary color
Monochromatic Colors of #C702D1
Black with #C702D1
Text Example
Text Example
White with #C702D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702D1; }
p { color: rgb(199,2,209); }
H1.HeaderClassName
{
color: #C702D1;
}
.AnyTagClassName
{
color: #C702D1;
}
</style>
background-color css
<style>
a { background-color: #C702D1; }
a { background-color: rgb(199,2,209); }
div.DivClassName
{
background-color: #C702D1;
}
.BgClassName
{
background-color: #C702D1;
}
</style>
border-color css
<style>
span { border-color: #C702D1; }
span { border-color: rgb(199,2,209); }
td.TdClassName
{
border-color: #C702D1;
}
.TagClassName
{
border-color: #C702D1;
}
</style>