Shades of Deep Magenta #C71FC2
Tints of Deep Magenta #C71FC2
RGB
CMYK
RGB Variations
Color information
#C71FC2 (or 0xC71FC2) is known color: Deep Magenta. HEX triplet: C7, 1F and C2. RGB value is (199,31,194). Sum of RGB (Red+Green+Blue) = 199+31+194=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FC2 is #38E03D. Grayscale: #636363. Windows color (decimal): -3727422 or 12722119. OLE color: 12722119.
HSL color Cylindrical-coordinate representation of color #C71FC2: hue angle of 301.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71FC2 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 194 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.22 |
| HSL | 301.79º | 0.73% | 0.45% | - |
| HSV(B) | 301.79º | 0.84% | 0.78% | - |
| XYZ | 33.78 | 17.02 | 52.54 | - |
| YUV | 99.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 194 | 0 | 0.84 | 0.03 | 0.22 | 301.79 | 0.73 | 0.45 |
| Hex | C7 | 1F | C2 | 0 | 54 | 3 | 16 | 12E | 49 | 2D |
| Octal | 307 | 37 | 302 | 0 | 124 | 3 | 26 | 456 | 111 | 55 |
| Binary | 11000111 | 11111 | 11000010 | 0 | 1010100 | 11 | 10110 | 100101110 | 1001001 | 101101 |
Color Harmonies of #C71FC2
Complementary color
Monochromatic Colors of #C71FC2
Black with #C71FC2
Text Example
Text Example
White with #C71FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71FC2; }
p { color: rgb(199,31,194); }
H1.HeaderClassName
{
color: #C71FC2;
}
.AnyTagClassName
{
color: #C71FC2;
}
</style>
background-color css
<style>
a { background-color: #C71FC2; }
a { background-color: rgb(199,31,194); }
div.DivClassName
{
background-color: #C71FC2;
}
.BgClassName
{
background-color: #C71FC2;
}
</style>
border-color css
<style>
span { border-color: #C71FC2; }
span { border-color: rgb(199,31,194); }
td.TdClassName
{
border-color: #C71FC2;
}
.TagClassName
{
border-color: #C71FC2;
}
</style>