Shades of Deep Magenta #C703DF
Tints of Deep Magenta #C703DF
RGB
CMYK
RGB Variations
Color information
#C703DF (or 0xC703DF) is known color: Deep Magenta. HEX triplet: C7, 03 and DF. RGB value is (199,3,223). Sum of RGB (Red+Green+Blue) = 199+3+223=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #C703DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703DF is #38FC20. Grayscale: #565656. Windows color (decimal): -3734561 or 14615495. OLE color: 14615495.
HSL color Cylindrical-coordinate representation of color #C703DF: hue angle of 293.45º 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 #C703DF is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 3 | 223 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.13 |
| HSL | 293.45º | 0.97% | 0.44% | - |
| HSV(B) | 293.45º | 0.99% | 0.87% | - |
| XYZ | 36.91 | 17.53 | 71.25 | - |
| YUV | 86.68 | 204.93 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 223 | 0.11 | 0.99 | 0 | 0.13 | 293.45 | 0.97 | 0.44 |
| Hex | C7 | 3 | DF | B | 63 | 0 | D | 125 | 61 | 2C |
| Octal | 307 | 3 | 337 | 13 | 143 | 0 | 15 | 445 | 141 | 54 |
| Binary | 11000111 | 11 | 11011111 | 1011 | 1100011 | 0 | 1101 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C703DF
Complementary color
Monochromatic Colors of #C703DF
Black with #C703DF
Text Example
Text Example
White with #C703DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703DF; }
p { color: rgb(199,3,223); }
H1.HeaderClassName
{
color: #C703DF;
}
.AnyTagClassName
{
color: #C703DF;
}
</style>
background-color css
<style>
a { background-color: #C703DF; }
a { background-color: rgb(199,3,223); }
div.DivClassName
{
background-color: #C703DF;
}
.BgClassName
{
background-color: #C703DF;
}
</style>
border-color css
<style>
span { border-color: #C703DF; }
span { border-color: rgb(199,3,223); }
td.TdClassName
{
border-color: #C703DF;
}
.TagClassName
{
border-color: #C703DF;
}
</style>