Shades of Deep Magenta #C702E3
Tints of Deep Magenta #C702E3
RGB
CMYK
RGB Variations
Color information
#C702E3 (or 0xC702E3) is known color: Deep Magenta. HEX triplet: C7, 02 and E3. RGB value is (199,2,227). Sum of RGB (Red+Green+Blue) = 199+2+227=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #C702E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702E3 is #38FD1C. Grayscale: #555555. Windows color (decimal): -3734813 or 14877383. OLE color: 14877383.
HSL color Cylindrical-coordinate representation of color #C702E3: hue angle of 292.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702E3 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 2 | 227 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.11 |
| HSL | 292.53º | 0.98% | 0.45% | - |
| HSV(B) | 292.53º | 0.99% | 0.89% | - |
| XYZ | 37.44 | 17.73 | 74.12 | - |
| YUV | 86.55 | 207.27 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 227 | 0.12 | 0.99 | 0 | 0.11 | 292.53 | 0.98 | 0.45 |
| Hex | C7 | 2 | E3 | C | 63 | 0 | B | 125 | 62 | 2D |
| Octal | 307 | 2 | 343 | 14 | 143 | 0 | 13 | 445 | 142 | 55 |
| Binary | 11000111 | 10 | 11100011 | 1100 | 1100011 | 0 | 1011 | 100100101 | 1100010 | 101101 |
Color Harmonies of #C702E3
Complementary color
Monochromatic Colors of #C702E3
Black with #C702E3
Text Example
Text Example
White with #C702E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702E3; }
p { color: rgb(199,2,227); }
H1.HeaderClassName
{
color: #C702E3;
}
.AnyTagClassName
{
color: #C702E3;
}
</style>
background-color css
<style>
a { background-color: #C702E3; }
a { background-color: rgb(199,2,227); }
div.DivClassName
{
background-color: #C702E3;
}
.BgClassName
{
background-color: #C702E3;
}
</style>
border-color css
<style>
span { border-color: #C702E3; }
span { border-color: rgb(199,2,227); }
td.TdClassName
{
border-color: #C702E3;
}
.TagClassName
{
border-color: #C702E3;
}
</style>