Shades of Deep Magenta #C712B9
Tints of Deep Magenta #C712B9
RGB
CMYK
RGB Variations
Color information
#C712B9 (or 0xC712B9) is known color: Deep Magenta. HEX triplet: C7, 12 and B9. RGB value is (199,18,185). Sum of RGB (Red+Green+Blue) = 199+18+185=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C712B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712B9 is #38ED46. Grayscale: #5A5A5A. Windows color (decimal): -3730759 or 12128967. OLE color: 12128967.
HSL color Cylindrical-coordinate representation of color #C712B9: hue angle of 304.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C712B9 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 185 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.22 |
| HSL | 304.64º | 0.83% | 0.43% | - |
| HSV(B) | 304.64º | 0.91% | 0.78% | - |
| XYZ | 32.53 | 16.08 | 47.29 | - |
| YUV | 91.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 185 | 0 | 0.91 | 0.07 | 0.22 | 304.64 | 0.83 | 0.43 |
| Hex | C7 | 12 | B9 | 0 | 5B | 7 | 16 | 131 | 53 | 2B |
| Octal | 307 | 22 | 271 | 0 | 133 | 7 | 26 | 461 | 123 | 53 |
| Binary | 11000111 | 10010 | 10111001 | 0 | 1011011 | 111 | 10110 | 100110001 | 1010011 | 101011 |
Color Harmonies of #C712B9
Complementary color
Monochromatic Colors of #C712B9
Black with #C712B9
Text Example
Text Example
White with #C712B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712B9; }
p { color: rgb(199,18,185); }
H1.HeaderClassName
{
color: #C712B9;
}
.AnyTagClassName
{
color: #C712B9;
}
</style>
background-color css
<style>
a { background-color: #C712B9; }
a { background-color: rgb(199,18,185); }
div.DivClassName
{
background-color: #C712B9;
}
.BgClassName
{
background-color: #C712B9;
}
</style>
border-color css
<style>
span { border-color: #C712B9; }
span { border-color: rgb(199,18,185); }
td.TdClassName
{
border-color: #C712B9;
}
.TagClassName
{
border-color: #C712B9;
}
</style>