Shades of Deep Magenta #C701DD
Tints of Deep Magenta #C701DD
RGB
CMYK
RGB Variations
Color information
#C701DD (or 0xC701DD) is known color: Deep Magenta. HEX triplet: C7, 01 and DD. RGB value is (199,1,221). Sum of RGB (Red+Green+Blue) = 199+1+221=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #C701DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701DD is #38FE22. Grayscale: #545454. Windows color (decimal): -3735075 or 14483911. OLE color: 14483911.
HSL color Cylindrical-coordinate representation of color #C701DD: hue angle of 294º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701DD is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 1 | 221 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.13 |
| HSL | 294º | 0.99% | 0.44% | - |
| HSV(B) | 294º | 1% | 0.87% | - |
| XYZ | 36.62 | 17.38 | 69.83 | - |
| YUV | 85.28 | 204.6 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 221 | 0.10 | 1.00 | 0 | 0.13 | 294 | 0.99 | 0.44 |
| Hex | C7 | 1 | DD | A | 64 | 0 | D | 126 | 63 | 2C |
| Octal | 307 | 1 | 335 | 12 | 144 | 0 | 15 | 446 | 143 | 54 |
| Binary | 11000111 | 1 | 11011101 | 1010 | 1100100 | 0 | 1101 | 100100110 | 1100011 | 101100 |
Color Harmonies of #C701DD
Complementary color
Monochromatic Colors of #C701DD
Black with #C701DD
Text Example
Text Example
White with #C701DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701DD; }
p { color: rgb(199,1,221); }
H1.HeaderClassName
{
color: #C701DD;
}
.AnyTagClassName
{
color: #C701DD;
}
</style>
background-color css
<style>
a { background-color: #C701DD; }
a { background-color: rgb(199,1,221); }
div.DivClassName
{
background-color: #C701DD;
}
.BgClassName
{
background-color: #C701DD;
}
</style>
border-color css
<style>
span { border-color: #C701DD; }
span { border-color: rgb(199,1,221); }
td.TdClassName
{
border-color: #C701DD;
}
.TagClassName
{
border-color: #C701DD;
}
</style>