Shades of Deep Magenta #C701CD
Tints of Deep Magenta #C701CD
RGB
CMYK
RGB Variations
Color information
#C701CD (or 0xC701CD) is known color: Deep Magenta. HEX triplet: C7, 01 and CD. RGB value is (199,1,205). Sum of RGB (Red+Green+Blue) = 199+1+205=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C701CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701CD is #38FE32. Grayscale: #525252. Windows color (decimal): -3735091 or 13435335. OLE color: 13435335.
HSL color Cylindrical-coordinate representation of color #C701CD: hue angle of 298.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701CD is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 1 | 205 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.20 |
| HSL | 298.24º | 0.99% | 0.4% | - |
| HSV(B) | 298.24º | 1% | 0.8% | - |
| XYZ | 34.58 | 16.57 | 59.13 | - |
| YUV | 83.46 | 196.6 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 205 | 0.03 | 1.00 | 0 | 0.20 | 298.24 | 0.99 | 0.4 |
| Hex | C7 | 1 | CD | 3 | 64 | 0 | 14 | 12A | 63 | 28 |
| Octal | 307 | 1 | 315 | 3 | 144 | 0 | 24 | 452 | 143 | 50 |
| Binary | 11000111 | 1 | 11001101 | 11 | 1100100 | 0 | 10100 | 100101010 | 1100011 | 101000 |
Color Harmonies of #C701CD
Complementary color
Monochromatic Colors of #C701CD
Black with #C701CD
Text Example
Text Example
White with #C701CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701CD; }
p { color: rgb(199,1,205); }
H1.HeaderClassName
{
color: #C701CD;
}
.AnyTagClassName
{
color: #C701CD;
}
</style>
background-color css
<style>
a { background-color: #C701CD; }
a { background-color: rgb(199,1,205); }
div.DivClassName
{
background-color: #C701CD;
}
.BgClassName
{
background-color: #C701CD;
}
</style>
border-color css
<style>
span { border-color: #C701CD; }
span { border-color: rgb(199,1,205); }
td.TdClassName
{
border-color: #C701CD;
}
.TagClassName
{
border-color: #C701CD;
}
</style>