Shades of Deep Magenta #C71CDF
Tints of Deep Magenta #C71CDF
RGB
CMYK
RGB Variations
Color information
#C71CDF (or 0xC71CDF) is known color: Deep Magenta. HEX triplet: C7, 1C and DF. RGB value is (199,28,223). Sum of RGB (Red+Green+Blue) = 199+28+223=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C71CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CDF is #38E320. Grayscale: #646464. Windows color (decimal): -3728161 or 14621895. OLE color: 14621895.
HSL color Cylindrical-coordinate representation of color #C71CDF: hue angle of 292.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71CDF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 28 | 223 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.13 |
| HSL | 292.62º | 0.78% | 0.49% | - |
| HSV(B) | 292.62º | 0.87% | 0.87% | - |
| XYZ | 37.29 | 18.3 | 71.38 | - |
| YUV | 101.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 223 | 0.11 | 0.87 | 0 | 0.13 | 292.62 | 0.78 | 0.49 |
| Hex | C7 | 1C | DF | B | 57 | 0 | D | 125 | 4E | 31 |
| Octal | 307 | 34 | 337 | 13 | 127 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11000111 | 11100 | 11011111 | 1011 | 1010111 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C71CDF
Complementary color
Monochromatic Colors of #C71CDF
Black with #C71CDF
Text Example
Text Example
White with #C71CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CDF; }
p { color: rgb(199,28,223); }
H1.HeaderClassName
{
color: #C71CDF;
}
.AnyTagClassName
{
color: #C71CDF;
}
</style>
background-color css
<style>
a { background-color: #C71CDF; }
a { background-color: rgb(199,28,223); }
div.DivClassName
{
background-color: #C71CDF;
}
.BgClassName
{
background-color: #C71CDF;
}
</style>
border-color css
<style>
span { border-color: #C71CDF; }
span { border-color: rgb(199,28,223); }
td.TdClassName
{
border-color: #C71CDF;
}
.TagClassName
{
border-color: #C71CDF;
}
</style>