Shades of Deep Magenta #C71DC1
Tints of Deep Magenta #C71DC1
RGB
CMYK
RGB Variations
Color information
#C71DC1 (or 0xC71DC1) is known color: Deep Magenta. HEX triplet: C7, 1D and C1. RGB value is (199,29,193). Sum of RGB (Red+Green+Blue) = 199+29+193=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DC1 is #38E23E. Grayscale: #626262. Windows color (decimal): -3727935 or 12656071. OLE color: 12656071.
HSL color Cylindrical-coordinate representation of color #C71DC1: hue angle of 302.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71DC1 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 193 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.22 |
| HSL | 302.12º | 0.75% | 0.45% | - |
| HSV(B) | 302.12º | 0.85% | 0.78% | - |
| XYZ | 33.62 | 16.87 | 51.94 | - |
| YUV | 98.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 193 | 0 | 0.85 | 0.03 | 0.22 | 302.12 | 0.75 | 0.45 |
| Hex | C7 | 1D | C1 | 0 | 55 | 3 | 16 | 12E | 4B | 2D |
| Octal | 307 | 35 | 301 | 0 | 125 | 3 | 26 | 456 | 113 | 55 |
| Binary | 11000111 | 11101 | 11000001 | 0 | 1010101 | 11 | 10110 | 100101110 | 1001011 | 101101 |
Color Harmonies of #C71DC1
Complementary color
Monochromatic Colors of #C71DC1
Black with #C71DC1
Text Example
Text Example
White with #C71DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DC1; }
p { color: rgb(199,29,193); }
H1.HeaderClassName
{
color: #C71DC1;
}
.AnyTagClassName
{
color: #C71DC1;
}
</style>
background-color css
<style>
a { background-color: #C71DC1; }
a { background-color: rgb(199,29,193); }
div.DivClassName
{
background-color: #C71DC1;
}
.BgClassName
{
background-color: #C71DC1;
}
</style>
border-color css
<style>
span { border-color: #C71DC1; }
span { border-color: rgb(199,29,193); }
td.TdClassName
{
border-color: #C71DC1;
}
.TagClassName
{
border-color: #C71DC1;
}
</style>