Shades of Deep Magenta #C703DD
Tints of Deep Magenta #C703DD
RGB
CMYK
RGB Variations
Color information
#C703DD (or 0xC703DD) is known color: Deep Magenta. HEX triplet: C7, 03 and DD. RGB value is (199,3,221). Sum of RGB (Red+Green+Blue) = 199+3+221=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #C703DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703DD is #38FC22. Grayscale: #555555. Windows color (decimal): -3734563 or 14484423. OLE color: 14484423.
HSL color Cylindrical-coordinate representation of color #C703DD: hue angle of 293.94º 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 #C703DD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 3 | 221 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.13 |
| HSL | 293.94º | 0.97% | 0.44% | - |
| HSV(B) | 293.94º | 0.99% | 0.87% | - |
| XYZ | 36.64 | 17.43 | 69.84 | - |
| YUV | 86.46 | 203.93 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 221 | 0.10 | 0.99 | 0 | 0.13 | 293.94 | 0.97 | 0.44 |
| Hex | C7 | 3 | DD | A | 63 | 0 | D | 126 | 61 | 2C |
| Octal | 307 | 3 | 335 | 12 | 143 | 0 | 15 | 446 | 141 | 54 |
| Binary | 11000111 | 11 | 11011101 | 1010 | 1100011 | 0 | 1101 | 100100110 | 1100001 | 101100 |
Color Harmonies of #C703DD
Complementary color
Monochromatic Colors of #C703DD
Black with #C703DD
Text Example
Text Example
White with #C703DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703DD; }
p { color: rgb(199,3,221); }
H1.HeaderClassName
{
color: #C703DD;
}
.AnyTagClassName
{
color: #C703DD;
}
</style>
background-color css
<style>
a { background-color: #C703DD; }
a { background-color: rgb(199,3,221); }
div.DivClassName
{
background-color: #C703DD;
}
.BgClassName
{
background-color: #C703DD;
}
</style>
border-color css
<style>
span { border-color: #C703DD; }
span { border-color: rgb(199,3,221); }
td.TdClassName
{
border-color: #C703DD;
}
.TagClassName
{
border-color: #C703DD;
}
</style>