Shades of Deep Magenta #C711CF
Tints of Deep Magenta #C711CF
RGB
CMYK
RGB Variations
Color information
#C711CF (or 0xC711CF) is known color: Deep Magenta. HEX triplet: C7, 11 and CF. RGB value is (199,17,207). Sum of RGB (Red+Green+Blue) = 199+17+207=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #C711CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711CF is #38EE30. Grayscale: #5C5C5C. Windows color (decimal): -3730993 or 13570503. OLE color: 13570503.
HSL color Cylindrical-coordinate representation of color #C711CF: hue angle of 297.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711CF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 17 | 207 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.19 |
| HSL | 297.47º | 0.85% | 0.44% | - |
| HSV(B) | 297.47º | 0.92% | 0.81% | - |
| XYZ | 35.02 | 17.05 | 60.48 | - |
| YUV | 93.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 207 | 0.04 | 0.92 | 0 | 0.19 | 297.47 | 0.85 | 0.44 |
| Hex | C7 | 11 | CF | 4 | 5C | 0 | 13 | 129 | 55 | 2C |
| Octal | 307 | 21 | 317 | 4 | 134 | 0 | 23 | 451 | 125 | 54 |
| Binary | 11000111 | 10001 | 11001111 | 100 | 1011100 | 0 | 10011 | 100101001 | 1010101 | 101100 |
Color Harmonies of #C711CF
Complementary color
Monochromatic Colors of #C711CF
Black with #C711CF
Text Example
Text Example
White with #C711CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711CF; }
p { color: rgb(199,17,207); }
H1.HeaderClassName
{
color: #C711CF;
}
.AnyTagClassName
{
color: #C711CF;
}
</style>
background-color css
<style>
a { background-color: #C711CF; }
a { background-color: rgb(199,17,207); }
div.DivClassName
{
background-color: #C711CF;
}
.BgClassName
{
background-color: #C711CF;
}
</style>
border-color css
<style>
span { border-color: #C711CF; }
span { border-color: rgb(199,17,207); }
td.TdClassName
{
border-color: #C711CF;
}
.TagClassName
{
border-color: #C711CF;
}
</style>