Shades of Deep Magenta #C702D8
Tints of Deep Magenta #C702D8
RGB
CMYK
RGB Variations
Color information
#C702D8 (or 0xC702D8) is known color: Deep Magenta. HEX triplet: C7, 02 and D8. RGB value is (199,2,216). Sum of RGB (Red+Green+Blue) = 199+2+216=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #C702D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702D8 is #38FD27. Grayscale: #545454. Windows color (decimal): -3734824 or 14156487. OLE color: 14156487.
HSL color Cylindrical-coordinate representation of color #C702D8: hue angle of 295.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702D8 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 2 | 216 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.15 |
| HSL | 295.23º | 0.98% | 0.43% | - |
| HSV(B) | 295.23º | 0.99% | 0.85% | - |
| XYZ | 35.97 | 17.14 | 66.38 | - |
| YUV | 85.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 216 | 0.08 | 0.99 | 0 | 0.15 | 295.23 | 0.98 | 0.43 |
| Hex | C7 | 2 | D8 | 8 | 63 | 0 | F | 127 | 62 | 2B |
| Octal | 307 | 2 | 330 | 10 | 143 | 0 | 17 | 447 | 142 | 53 |
| Binary | 11000111 | 10 | 11011000 | 1000 | 1100011 | 0 | 1111 | 100100111 | 1100010 | 101011 |
Color Harmonies of #C702D8
Complementary color
Monochromatic Colors of #C702D8
Black with #C702D8
Text Example
Text Example
White with #C702D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702D8; }
p { color: rgb(199,2,216); }
H1.HeaderClassName
{
color: #C702D8;
}
.AnyTagClassName
{
color: #C702D8;
}
</style>
background-color css
<style>
a { background-color: #C702D8; }
a { background-color: rgb(199,2,216); }
div.DivClassName
{
background-color: #C702D8;
}
.BgClassName
{
background-color: #C702D8;
}
</style>
border-color css
<style>
span { border-color: #C702D8; }
span { border-color: rgb(199,2,216); }
td.TdClassName
{
border-color: #C702D8;
}
.TagClassName
{
border-color: #C702D8;
}
</style>