Shades of Deep Magenta #C703C3
Tints of Deep Magenta #C703C3
RGB
CMYK
RGB Variations
Color information
#C703C3 (or 0xC703C3) is known color: Deep Magenta. HEX triplet: C7, 03 and C3. RGB value is (199,3,195). Sum of RGB (Red+Green+Blue) = 199+3+195=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C703C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703C3 is #38FC3C. Grayscale: #525252. Windows color (decimal): -3734589 or 12780487. OLE color: 12780487.
HSL color Cylindrical-coordinate representation of color #C703C3: hue angle of 301.22º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C703C3 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 195 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.22 |
| HSL | 301.22º | 0.97% | 0.4% | - |
| HSV(B) | 301.22º | 0.98% | 0.78% | - |
| XYZ | 33.44 | 16.15 | 52.98 | - |
| YUV | 83.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 195 | 0 | 0.98 | 0.02 | 0.22 | 301.22 | 0.97 | 0.4 |
| Hex | C7 | 3 | C3 | 0 | 62 | 2 | 16 | 12D | 61 | 28 |
| Octal | 307 | 3 | 303 | 0 | 142 | 2 | 26 | 455 | 141 | 50 |
| Binary | 11000111 | 11 | 11000011 | 0 | 1100010 | 10 | 10110 | 100101101 | 1100001 | 101000 |
Color Harmonies of #C703C3
Complementary color
Monochromatic Colors of #C703C3
Black with #C703C3
Text Example
Text Example
White with #C703C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703C3; }
p { color: rgb(199,3,195); }
H1.HeaderClassName
{
color: #C703C3;
}
.AnyTagClassName
{
color: #C703C3;
}
</style>
background-color css
<style>
a { background-color: #C703C3; }
a { background-color: rgb(199,3,195); }
div.DivClassName
{
background-color: #C703C3;
}
.BgClassName
{
background-color: #C703C3;
}
</style>
border-color css
<style>
span { border-color: #C703C3; }
span { border-color: rgb(199,3,195); }
td.TdClassName
{
border-color: #C703C3;
}
.TagClassName
{
border-color: #C703C3;
}
</style>