Shades of Deep Magenta #C703DE
Tints of Deep Magenta #C703DE
RGB
CMYK
RGB Variations
Color information
#C703DE (or 0xC703DE) is known color: Deep Magenta. HEX triplet: C7, 03 and DE. RGB value is (199,3,222). Sum of RGB (Red+Green+Blue) = 199+3+222=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #C703DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703DE is #38FC21. Grayscale: #555555. Windows color (decimal): -3734562 or 14549959. OLE color: 14549959.
HSL color Cylindrical-coordinate representation of color #C703DE: hue angle of 293.7º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703DE is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 3 | 222 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.13 |
| HSL | 293.7º | 0.97% | 0.44% | - |
| HSV(B) | 293.7º | 0.99% | 0.87% | - |
| XYZ | 36.77 | 17.48 | 70.54 | - |
| YUV | 86.57 | 204.43 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 222 | 0.10 | 0.99 | 0 | 0.13 | 293.7 | 0.97 | 0.44 |
| Hex | C7 | 3 | DE | A | 63 | 0 | D | 126 | 61 | 2C |
| Octal | 307 | 3 | 336 | 12 | 143 | 0 | 15 | 446 | 141 | 54 |
| Binary | 11000111 | 11 | 11011110 | 1010 | 1100011 | 0 | 1101 | 100100110 | 1100001 | 101100 |
Color Harmonies of #C703DE
Complementary color
Monochromatic Colors of #C703DE
Black with #C703DE
Text Example
Text Example
White with #C703DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703DE; }
p { color: rgb(199,3,222); }
H1.HeaderClassName
{
color: #C703DE;
}
.AnyTagClassName
{
color: #C703DE;
}
</style>
background-color css
<style>
a { background-color: #C703DE; }
a { background-color: rgb(199,3,222); }
div.DivClassName
{
background-color: #C703DE;
}
.BgClassName
{
background-color: #C703DE;
}
</style>
border-color css
<style>
span { border-color: #C703DE; }
span { border-color: rgb(199,3,222); }
td.TdClassName
{
border-color: #C703DE;
}
.TagClassName
{
border-color: #C703DE;
}
</style>