Shades of Deep Magenta #C701CF
Tints of Deep Magenta #C701CF
RGB
CMYK
RGB Variations
Color information
#C701CF (or 0xC701CF) is known color: Deep Magenta. HEX triplet: C7, 01 and CF. RGB value is (199,1,207). Sum of RGB (Red+Green+Blue) = 199+1+207=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #C701CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701CF is #38FE30. Grayscale: #535353. Windows color (decimal): -3735089 or 13566407. OLE color: 13566407.
HSL color Cylindrical-coordinate representation of color #C701CF: hue angle of 297.67º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701CF is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 1 | 207 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.19 |
| HSL | 297.67º | 0.99% | 0.41% | - |
| HSV(B) | 297.67º | 1% | 0.81% | - |
| XYZ | 34.83 | 16.67 | 60.41 | - |
| YUV | 83.69 | 197.6 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 207 | 0.04 | 1.00 | 0 | 0.19 | 297.67 | 0.99 | 0.41 |
| Hex | C7 | 1 | CF | 4 | 64 | 0 | 13 | 12A | 63 | 29 |
| Octal | 307 | 1 | 317 | 4 | 144 | 0 | 23 | 452 | 143 | 51 |
| Binary | 11000111 | 1 | 11001111 | 100 | 1100100 | 0 | 10011 | 100101010 | 1100011 | 101001 |
Color Harmonies of #C701CF
Complementary color
Monochromatic Colors of #C701CF
Black with #C701CF
Text Example
Text Example
White with #C701CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701CF; }
p { color: rgb(199,1,207); }
H1.HeaderClassName
{
color: #C701CF;
}
.AnyTagClassName
{
color: #C701CF;
}
</style>
background-color css
<style>
a { background-color: #C701CF; }
a { background-color: rgb(199,1,207); }
div.DivClassName
{
background-color: #C701CF;
}
.BgClassName
{
background-color: #C701CF;
}
</style>
border-color css
<style>
span { border-color: #C701CF; }
span { border-color: rgb(199,1,207); }
td.TdClassName
{
border-color: #C701CF;
}
.TagClassName
{
border-color: #C701CF;
}
</style>