Shades of Deep Magenta #C71DBB
Tints of Deep Magenta #C71DBB
RGB
CMYK
RGB Variations
Color information
#C71DBB (or 0xC71DBB) is known color: Deep Magenta. HEX triplet: C7, 1D and BB. RGB value is (199,29,187). Sum of RGB (Red+Green+Blue) = 199+29+187=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DBB is #38E244. Grayscale: #616161. Windows color (decimal): -3727941 or 12262855. OLE color: 12262855.
HSL color Cylindrical-coordinate representation of color #C71DBB: hue angle of 304.24º 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 #C71DBB is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.22 |
| HSL | 304.24º | 0.75% | 0.45% | - |
| HSV(B) | 304.24º | 0.85% | 0.78% | - |
| XYZ | 32.96 | 16.61 | 48.48 | - |
| YUV | 97.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 187 | 0 | 0.85 | 0.06 | 0.22 | 304.24 | 0.75 | 0.45 |
| Hex | C7 | 1D | BB | 0 | 55 | 6 | 16 | 130 | 4B | 2D |
| Octal | 307 | 35 | 273 | 0 | 125 | 6 | 26 | 460 | 113 | 55 |
| Binary | 11000111 | 11101 | 10111011 | 0 | 1010101 | 110 | 10110 | 100110000 | 1001011 | 101101 |
Color Harmonies of #C71DBB
Complementary color
Monochromatic Colors of #C71DBB
Black with #C71DBB
Text Example
Text Example
White with #C71DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DBB; }
p { color: rgb(199,29,187); }
H1.HeaderClassName
{
color: #C71DBB;
}
.AnyTagClassName
{
color: #C71DBB;
}
</style>
background-color css
<style>
a { background-color: #C71DBB; }
a { background-color: rgb(199,29,187); }
div.DivClassName
{
background-color: #C71DBB;
}
.BgClassName
{
background-color: #C71DBB;
}
</style>
border-color css
<style>
span { border-color: #C71DBB; }
span { border-color: rgb(199,29,187); }
td.TdClassName
{
border-color: #C71DBB;
}
.TagClassName
{
border-color: #C71DBB;
}
</style>