Shades of Deep Magenta #C703D0
Tints of Deep Magenta #C703D0
RGB
CMYK
RGB Variations
Color information
#C703D0 (or 0xC703D0) is known color: Deep Magenta. HEX triplet: C7, 03 and D0. RGB value is (199,3,208). Sum of RGB (Red+Green+Blue) = 199+3+208=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #C703D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703D0 is #38FC2F. Grayscale: #545454. Windows color (decimal): -3734576 or 13632455. OLE color: 13632455.
HSL color Cylindrical-coordinate representation of color #C703D0: hue angle of 297.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703D0 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 3 | 208 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.18 |
| HSL | 297.37º | 0.97% | 0.41% | - |
| HSV(B) | 297.37º | 0.99% | 0.82% | - |
| XYZ | 34.97 | 16.76 | 61.07 | - |
| YUV | 84.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 208 | 0.04 | 0.99 | 0 | 0.18 | 297.37 | 0.97 | 0.41 |
| Hex | C7 | 3 | D0 | 4 | 63 | 0 | 12 | 129 | 61 | 29 |
| Octal | 307 | 3 | 320 | 4 | 143 | 0 | 22 | 451 | 141 | 51 |
| Binary | 11000111 | 11 | 11010000 | 100 | 1100011 | 0 | 10010 | 100101001 | 1100001 | 101001 |
Color Harmonies of #C703D0
Complementary color
Monochromatic Colors of #C703D0
Black with #C703D0
Text Example
Text Example
White with #C703D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703D0; }
p { color: rgb(199,3,208); }
H1.HeaderClassName
{
color: #C703D0;
}
.AnyTagClassName
{
color: #C703D0;
}
</style>
background-color css
<style>
a { background-color: #C703D0; }
a { background-color: rgb(199,3,208); }
div.DivClassName
{
background-color: #C703D0;
}
.BgClassName
{
background-color: #C703D0;
}
</style>
border-color css
<style>
span { border-color: #C703D0; }
span { border-color: rgb(199,3,208); }
td.TdClassName
{
border-color: #C703D0;
}
.TagClassName
{
border-color: #C703D0;
}
</style>