Shades of Deep Magenta #C702CD
Tints of Deep Magenta #C702CD
RGB
CMYK
RGB Variations
Color information
#C702CD (or 0xC702CD) is known color: Deep Magenta. HEX triplet: C7, 02 and CD. RGB value is (199,2,205). Sum of RGB (Red+Green+Blue) = 199+2+205=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #C702CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702CD is #38FD32. Grayscale: #535353. Windows color (decimal): -3734835 or 13435591. OLE color: 13435591.
HSL color Cylindrical-coordinate representation of color #C702CD: hue angle of 298.23º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702CD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 2 | 205 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.20 |
| HSL | 298.23º | 0.98% | 0.41% | - |
| HSV(B) | 298.23º | 0.99% | 0.8% | - |
| XYZ | 34.59 | 16.59 | 59.14 | - |
| YUV | 84.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 205 | 0.03 | 0.99 | 0 | 0.20 | 298.23 | 0.98 | 0.41 |
| Hex | C7 | 2 | CD | 3 | 63 | 0 | 14 | 12A | 62 | 29 |
| Octal | 307 | 2 | 315 | 3 | 143 | 0 | 24 | 452 | 142 | 51 |
| Binary | 11000111 | 10 | 11001101 | 11 | 1100011 | 0 | 10100 | 100101010 | 1100010 | 101001 |
Color Harmonies of #C702CD
Complementary color
Monochromatic Colors of #C702CD
Black with #C702CD
Text Example
Text Example
White with #C702CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702CD; }
p { color: rgb(199,2,205); }
H1.HeaderClassName
{
color: #C702CD;
}
.AnyTagClassName
{
color: #C702CD;
}
</style>
background-color css
<style>
a { background-color: #C702CD; }
a { background-color: rgb(199,2,205); }
div.DivClassName
{
background-color: #C702CD;
}
.BgClassName
{
background-color: #C702CD;
}
</style>
border-color css
<style>
span { border-color: #C702CD; }
span { border-color: rgb(199,2,205); }
td.TdClassName
{
border-color: #C702CD;
}
.TagClassName
{
border-color: #C702CD;
}
</style>