Shades of Deep Magenta #C71CBD
Tints of Deep Magenta #C71CBD
RGB
CMYK
RGB Variations
Color information
#C71CBD (or 0xC71CBD) is known color: Deep Magenta. HEX triplet: C7, 1C and BD. RGB value is (199,28,189). Sum of RGB (Red+Green+Blue) = 199+28+189=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C71CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CBD is #38E342. Grayscale: #616161. Windows color (decimal): -3728195 or 12393671. OLE color: 12393671.
HSL color Cylindrical-coordinate representation of color #C71CBD: hue angle of 303.51º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71CBD is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 189 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.22 |
| HSL | 303.51º | 0.75% | 0.45% | - |
| HSV(B) | 303.51º | 0.86% | 0.78% | - |
| XYZ | 33.15 | 16.65 | 49.61 | - |
| YUV | 97.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 189 | 0 | 0.86 | 0.05 | 0.22 | 303.51 | 0.75 | 0.45 |
| Hex | C7 | 1C | BD | 0 | 56 | 5 | 16 | 130 | 4B | 2D |
| Octal | 307 | 34 | 275 | 0 | 126 | 5 | 26 | 460 | 113 | 55 |
| Binary | 11000111 | 11100 | 10111101 | 0 | 1010110 | 101 | 10110 | 100110000 | 1001011 | 101101 |
Color Harmonies of #C71CBD
Complementary color
Monochromatic Colors of #C71CBD
Black with #C71CBD
Text Example
Text Example
White with #C71CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CBD; }
p { color: rgb(199,28,189); }
H1.HeaderClassName
{
color: #C71CBD;
}
.AnyTagClassName
{
color: #C71CBD;
}
</style>
background-color css
<style>
a { background-color: #C71CBD; }
a { background-color: rgb(199,28,189); }
div.DivClassName
{
background-color: #C71CBD;
}
.BgClassName
{
background-color: #C71CBD;
}
</style>
border-color css
<style>
span { border-color: #C71CBD; }
span { border-color: rgb(199,28,189); }
td.TdClassName
{
border-color: #C71CBD;
}
.TagClassName
{
border-color: #C71CBD;
}
</style>