Shades of Deep Magenta #C702C3
Tints of Deep Magenta #C702C3
RGB
CMYK
RGB Variations
Color information
#C702C3 (or 0xC702C3) is known color: Deep Magenta. HEX triplet: C7, 02 and C3. RGB value is (199,2,195). Sum of RGB (Red+Green+Blue) = 199+2+195=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C702C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702C3 is #38FD3C. Grayscale: #525252. Windows color (decimal): -3734845 or 12780231. OLE color: 12780231.
HSL color Cylindrical-coordinate representation of color #C702C3: hue angle of 301.22º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702C3 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 195 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.22 |
| HSL | 301.22º | 0.98% | 0.39% | - |
| HSV(B) | 301.22º | 0.99% | 0.78% | - |
| XYZ | 33.43 | 16.13 | 52.98 | - |
| YUV | 82.91 | 191.27 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 195 | 0 | 0.99 | 0.02 | 0.22 | 301.22 | 0.98 | 0.39 |
| Hex | C7 | 2 | C3 | 0 | 63 | 2 | 16 | 12D | 62 | 27 |
| Octal | 307 | 2 | 303 | 0 | 143 | 2 | 26 | 455 | 142 | 47 |
| Binary | 11000111 | 10 | 11000011 | 0 | 1100011 | 10 | 10110 | 100101101 | 1100010 | 100111 |
Color Harmonies of #C702C3
Complementary color
Monochromatic Colors of #C702C3
Black with #C702C3
Text Example
Text Example
White with #C702C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702C3; }
p { color: rgb(199,2,195); }
H1.HeaderClassName
{
color: #C702C3;
}
.AnyTagClassName
{
color: #C702C3;
}
</style>
background-color css
<style>
a { background-color: #C702C3; }
a { background-color: rgb(199,2,195); }
div.DivClassName
{
background-color: #C702C3;
}
.BgClassName
{
background-color: #C702C3;
}
</style>
border-color css
<style>
span { border-color: #C702C3; }
span { border-color: rgb(199,2,195); }
td.TdClassName
{
border-color: #C702C3;
}
.TagClassName
{
border-color: #C702C3;
}
</style>