Shades of Deep Magenta #C702CC
Tints of Deep Magenta #C702CC
RGB
CMYK
RGB Variations
Color information
#C702CC (or 0xC702CC) is known color: Deep Magenta. HEX triplet: C7, 02 and CC. RGB value is (199,2,204). Sum of RGB (Red+Green+Blue) = 199+2+204=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #C702CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702CC is #38FD33. Grayscale: #535353. Windows color (decimal): -3734836 or 13370055. OLE color: 13370055.
HSL color Cylindrical-coordinate representation of color #C702CC: hue angle of 298.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702CC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 2 | 204 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.2 |
| HSL | 298.51º | 0.98% | 0.4% | - |
| HSV(B) | 298.51º | 0.99% | 0.8% | - |
| XYZ | 34.47 | 16.55 | 58.5 | - |
| YUV | 83.93 | 195.77 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 204 | 0.02 | 0.99 | 0 | 0.2 | 298.51 | 0.98 | 0.4 |
| Hex | C7 | 2 | CC | 2 | 63 | 0 | 14 | 12B | 62 | 28 |
| Octal | 307 | 2 | 314 | 2 | 143 | 0 | 24 | 453 | 142 | 50 |
| Binary | 11000111 | 10 | 11001100 | 10 | 1100011 | 0 | 10100 | 100101011 | 1100010 | 101000 |
Color Harmonies of #C702CC
Complementary color
Monochromatic Colors of #C702CC
Black with #C702CC
Text Example
Text Example
White with #C702CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702CC; }
p { color: rgb(199,2,204); }
H1.HeaderClassName
{
color: #C702CC;
}
.AnyTagClassName
{
color: #C702CC;
}
</style>
background-color css
<style>
a { background-color: #C702CC; }
a { background-color: rgb(199,2,204); }
div.DivClassName
{
background-color: #C702CC;
}
.BgClassName
{
background-color: #C702CC;
}
</style>
border-color css
<style>
span { border-color: #C702CC; }
span { border-color: rgb(199,2,204); }
td.TdClassName
{
border-color: #C702CC;
}
.TagClassName
{
border-color: #C702CC;
}
</style>