Shades of Deep Magenta #C71FDF
Tints of Deep Magenta #C71FDF
RGB
CMYK
RGB Variations
Color information
#C71FDF (or 0xC71FDF) is known color: Deep Magenta. HEX triplet: C7, 1F and DF. RGB value is (199,31,223). Sum of RGB (Red+Green+Blue) = 199+31+223=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C71FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FDF is #38E020. Grayscale: #666666. Windows color (decimal): -3727393 or 14622663. OLE color: 14622663.
HSL color Cylindrical-coordinate representation of color #C71FDF: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71FDF is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 31 | 223 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.13 |
| HSL | 292.5º | 0.76% | 0.5% | - |
| HSV(B) | 292.5º | 0.86% | 0.87% | - |
| XYZ | 37.36 | 18.45 | 71.4 | - |
| YUV | 103.12 | 195.66 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 223 | 0.11 | 0.86 | 0 | 0.13 | 292.5 | 0.76 | 0.5 |
| Hex | C7 | 1F | DF | B | 56 | 0 | D | 124 | 4C | 32 |
| Octal | 307 | 37 | 337 | 13 | 126 | 0 | 15 | 444 | 114 | 62 |
| Binary | 11000111 | 11111 | 11011111 | 1011 | 1010110 | 0 | 1101 | 100100100 | 1001100 | 110010 |
Color Harmonies of #C71FDF
Complementary color
Monochromatic Colors of #C71FDF
Black with #C71FDF
Text Example
Text Example
White with #C71FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71FDF; }
p { color: rgb(199,31,223); }
H1.HeaderClassName
{
color: #C71FDF;
}
.AnyTagClassName
{
color: #C71FDF;
}
</style>
background-color css
<style>
a { background-color: #C71FDF; }
a { background-color: rgb(199,31,223); }
div.DivClassName
{
background-color: #C71FDF;
}
.BgClassName
{
background-color: #C71FDF;
}
</style>
border-color css
<style>
span { border-color: #C71FDF; }
span { border-color: rgb(199,31,223); }
td.TdClassName
{
border-color: #C71FDF;
}
.TagClassName
{
border-color: #C71FDF;
}
</style>