Shades of Deep Magenta #C702D3
Tints of Deep Magenta #C702D3
RGB
CMYK
RGB Variations
Color information
#C702D3 (or 0xC702D3) is known color: Deep Magenta. HEX triplet: C7, 02 and D3. RGB value is (199,2,211). Sum of RGB (Red+Green+Blue) = 199+2+211=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #C702D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702D3 is #38FD2C. Grayscale: #545454. Windows color (decimal): -3734829 or 13828807. OLE color: 13828807.
HSL color Cylindrical-coordinate representation of color #C702D3: hue angle of 296.56º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702D3 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 2 | 211 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.17 |
| HSL | 296.56º | 0.98% | 0.42% | - |
| HSV(B) | 296.56º | 0.99% | 0.83% | - |
| XYZ | 35.33 | 16.89 | 63.03 | - |
| YUV | 84.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 211 | 0.06 | 0.99 | 0 | 0.17 | 296.56 | 0.98 | 0.42 |
| Hex | C7 | 2 | D3 | 6 | 63 | 0 | 11 | 129 | 62 | 2A |
| Octal | 307 | 2 | 323 | 6 | 143 | 0 | 21 | 451 | 142 | 52 |
| Binary | 11000111 | 10 | 11010011 | 110 | 1100011 | 0 | 10001 | 100101001 | 1100010 | 101010 |
Color Harmonies of #C702D3
Complementary color
Monochromatic Colors of #C702D3
Black with #C702D3
Text Example
Text Example
White with #C702D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702D3; }
p { color: rgb(199,2,211); }
H1.HeaderClassName
{
color: #C702D3;
}
.AnyTagClassName
{
color: #C702D3;
}
</style>
background-color css
<style>
a { background-color: #C702D3; }
a { background-color: rgb(199,2,211); }
div.DivClassName
{
background-color: #C702D3;
}
.BgClassName
{
background-color: #C702D3;
}
</style>
border-color css
<style>
span { border-color: #C702D3; }
span { border-color: rgb(199,2,211); }
td.TdClassName
{
border-color: #C702D3;
}
.TagClassName
{
border-color: #C702D3;
}
</style>