Shades of Deep Magenta #C702CA
Tints of Deep Magenta #C702CA
RGB
CMYK
RGB Variations
Color information
#C702CA (or 0xC702CA) is known color: Deep Magenta. HEX triplet: C7, 02 and CA. RGB value is (199,2,202). Sum of RGB (Red+Green+Blue) = 199+2+202=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #C702CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702CA is #38FD35. Grayscale: #535353. Windows color (decimal): -3734838 or 13238983. OLE color: 13238983.
HSL color Cylindrical-coordinate representation of color #C702CA: hue angle of 299.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702CA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 2 | 202 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.21 |
| HSL | 299.1º | 0.98% | 0.4% | - |
| HSV(B) | 299.1º | 0.99% | 0.79% | - |
| XYZ | 34.24 | 16.45 | 57.25 | - |
| YUV | 83.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 202 | 0.01 | 0.99 | 0 | 0.21 | 299.1 | 0.98 | 0.4 |
| Hex | C7 | 2 | CA | 1 | 63 | 0 | 15 | 12B | 62 | 28 |
| Octal | 307 | 2 | 312 | 1 | 143 | 0 | 25 | 453 | 142 | 50 |
| Binary | 11000111 | 10 | 11001010 | 1 | 1100011 | 0 | 10101 | 100101011 | 1100010 | 101000 |
Color Harmonies of #C702CA
Complementary color
Monochromatic Colors of #C702CA
Black with #C702CA
Text Example
Text Example
White with #C702CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702CA; }
p { color: rgb(199,2,202); }
H1.HeaderClassName
{
color: #C702CA;
}
.AnyTagClassName
{
color: #C702CA;
}
</style>
background-color css
<style>
a { background-color: #C702CA; }
a { background-color: rgb(199,2,202); }
div.DivClassName
{
background-color: #C702CA;
}
.BgClassName
{
background-color: #C702CA;
}
</style>
border-color css
<style>
span { border-color: #C702CA; }
span { border-color: rgb(199,2,202); }
td.TdClassName
{
border-color: #C702CA;
}
.TagClassName
{
border-color: #C702CA;
}
</style>