Shades of Deep Magenta #C71DCB
Tints of Deep Magenta #C71DCB
RGB
CMYK
RGB Variations
Color information
#C71DCB (or 0xC71DCB) is known color: Deep Magenta. HEX triplet: C7, 1D and CB. RGB value is (199,29,203). Sum of RGB (Red+Green+Blue) = 199+29+203=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #C71DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DCB is #38E234. Grayscale: #636363. Windows color (decimal): -3727925 or 13311431. OLE color: 13311431.
HSL color Cylindrical-coordinate representation of color #C71DCB: hue angle of 298.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71DCB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 29 | 203 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.20 |
| HSL | 298.62º | 0.75% | 0.45% | - |
| HSV(B) | 298.62º | 0.86% | 0.8% | - |
| XYZ | 34.77 | 17.33 | 58.01 | - |
| YUV | 99.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 203 | 0.02 | 0.86 | 0 | 0.20 | 298.62 | 0.75 | 0.45 |
| Hex | C7 | 1D | CB | 2 | 56 | 0 | 14 | 12B | 4B | 2D |
| Octal | 307 | 35 | 313 | 2 | 126 | 0 | 24 | 453 | 113 | 55 |
| Binary | 11000111 | 11101 | 11001011 | 10 | 1010110 | 0 | 10100 | 100101011 | 1001011 | 101101 |
Color Harmonies of #C71DCB
Complementary color
Monochromatic Colors of #C71DCB
Black with #C71DCB
Text Example
Text Example
White with #C71DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DCB; }
p { color: rgb(199,29,203); }
H1.HeaderClassName
{
color: #C71DCB;
}
.AnyTagClassName
{
color: #C71DCB;
}
</style>
background-color css
<style>
a { background-color: #C71DCB; }
a { background-color: rgb(199,29,203); }
div.DivClassName
{
background-color: #C71DCB;
}
.BgClassName
{
background-color: #C71DCB;
}
</style>
border-color css
<style>
span { border-color: #C71DCB; }
span { border-color: rgb(199,29,203); }
td.TdClassName
{
border-color: #C71DCB;
}
.TagClassName
{
border-color: #C71DCB;
}
</style>