Shades of Deep Magenta #C701DC
Tints of Deep Magenta #C701DC
RGB
CMYK
RGB Variations
Color information
#C701DC (or 0xC701DC) is known color: Deep Magenta. HEX triplet: C7, 01 and DC. RGB value is (199,1,220). Sum of RGB (Red+Green+Blue) = 199+1+220=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C701DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701DC is #38FE23. Grayscale: #545454. Windows color (decimal): -3735076 or 14418375. OLE color: 14418375.
HSL color Cylindrical-coordinate representation of color #C701DC: hue angle of 294.25º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701DC is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 1 | 220 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.14 |
| HSL | 294.25º | 0.99% | 0.43% | - |
| HSV(B) | 294.25º | 1% | 0.86% | - |
| XYZ | 36.48 | 17.33 | 69.13 | - |
| YUV | 85.17 | 204.1 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 220 | 0.10 | 1.00 | 0 | 0.14 | 294.25 | 0.99 | 0.43 |
| Hex | C7 | 1 | DC | A | 64 | 0 | E | 126 | 63 | 2B |
| Octal | 307 | 1 | 334 | 12 | 144 | 0 | 16 | 446 | 143 | 53 |
| Binary | 11000111 | 1 | 11011100 | 1010 | 1100100 | 0 | 1110 | 100100110 | 1100011 | 101011 |
Color Harmonies of #C701DC
Complementary color
Monochromatic Colors of #C701DC
Black with #C701DC
Text Example
Text Example
White with #C701DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701DC; }
p { color: rgb(199,1,220); }
H1.HeaderClassName
{
color: #C701DC;
}
.AnyTagClassName
{
color: #C701DC;
}
</style>
background-color css
<style>
a { background-color: #C701DC; }
a { background-color: rgb(199,1,220); }
div.DivClassName
{
background-color: #C701DC;
}
.BgClassName
{
background-color: #C701DC;
}
</style>
border-color css
<style>
span { border-color: #C701DC; }
span { border-color: rgb(199,1,220); }
td.TdClassName
{
border-color: #C701DC;
}
.TagClassName
{
border-color: #C701DC;
}
</style>