Shades of Deep Magenta #C71FCE
Tints of Deep Magenta #C71FCE
RGB
CMYK
RGB Variations
Color information
#C71FCE (or 0xC71FCE) is known color: Deep Magenta. HEX triplet: C7, 1F and CE. RGB value is (199,31,206). Sum of RGB (Red+Green+Blue) = 199+31+206=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #C71FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FCE is #38E031. Grayscale: #646464. Windows color (decimal): -3727410 or 13508551. OLE color: 13508551.
HSL color Cylindrical-coordinate representation of color #C71FCE: hue angle of 297.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71FCE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 31 | 206 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.19 |
| HSL | 297.6º | 0.74% | 0.46% | - |
| HSV(B) | 297.6º | 0.85% | 0.81% | - |
| XYZ | 35.18 | 17.58 | 59.93 | - |
| YUV | 101.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 206 | 0.03 | 0.85 | 0 | 0.19 | 297.6 | 0.74 | 0.46 |
| Hex | C7 | 1F | CE | 3 | 55 | 0 | 13 | 12A | 4A | 2E |
| Octal | 307 | 37 | 316 | 3 | 125 | 0 | 23 | 452 | 112 | 56 |
| Binary | 11000111 | 11111 | 11001110 | 11 | 1010101 | 0 | 10011 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C71FCE
Complementary color
Monochromatic Colors of #C71FCE
Black with #C71FCE
Text Example
Text Example
White with #C71FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71FCE; }
p { color: rgb(199,31,206); }
H1.HeaderClassName
{
color: #C71FCE;
}
.AnyTagClassName
{
color: #C71FCE;
}
</style>
background-color css
<style>
a { background-color: #C71FCE; }
a { background-color: rgb(199,31,206); }
div.DivClassName
{
background-color: #C71FCE;
}
.BgClassName
{
background-color: #C71FCE;
}
</style>
border-color css
<style>
span { border-color: #C71FCE; }
span { border-color: rgb(199,31,206); }
td.TdClassName
{
border-color: #C71FCE;
}
.TagClassName
{
border-color: #C71FCE;
}
</style>