Shades of Deep Magenta #C703E3
Tints of Deep Magenta #C703E3
RGB
CMYK
RGB Variations
Color information
#C703E3 (or 0xC703E3) is known color: Deep Magenta. HEX triplet: C7, 03 and E3. RGB value is (199,3,227). Sum of RGB (Red+Green+Blue) = 199+3+227=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 227 (89.06% from 255 or 52.91% from 429); Max value from RGB is 227 - color contains mainly: blue. Hex color #C703E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703E3 is #38FC1C. Grayscale: #565656. Windows color (decimal): -3734557 or 14877639. OLE color: 14877639.
HSL color Cylindrical-coordinate representation of color #C703E3: hue angle of 292.5º degrees, saturation: 0.97, 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 #C703E3 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 3 | 227 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.11 |
| HSL | 292.5º | 0.97% | 0.45% | - |
| HSV(B) | 292.5º | 0.99% | 0.89% | - |
| XYZ | 37.45 | 17.75 | 74.13 | - |
| YUV | 87.14 | 206.93 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 227 | 0.12 | 0.99 | 0 | 0.11 | 292.5 | 0.97 | 0.45 |
| Hex | C7 | 3 | E3 | C | 63 | 0 | B | 124 | 61 | 2D |
| Octal | 307 | 3 | 343 | 14 | 143 | 0 | 13 | 444 | 141 | 55 |
| Binary | 11000111 | 11 | 11100011 | 1100 | 1100011 | 0 | 1011 | 100100100 | 1100001 | 101101 |
Color Harmonies of #C703E3
Complementary color
Monochromatic Colors of #C703E3
Black with #C703E3
Text Example
Text Example
White with #C703E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703E3; }
p { color: rgb(199,3,227); }
H1.HeaderClassName
{
color: #C703E3;
}
.AnyTagClassName
{
color: #C703E3;
}
</style>
background-color css
<style>
a { background-color: #C703E3; }
a { background-color: rgb(199,3,227); }
div.DivClassName
{
background-color: #C703E3;
}
.BgClassName
{
background-color: #C703E3;
}
</style>
border-color css
<style>
span { border-color: #C703E3; }
span { border-color: rgb(199,3,227); }
td.TdClassName
{
border-color: #C703E3;
}
.TagClassName
{
border-color: #C703E3;
}
</style>