Shades of Deep Magenta #C712BA
Tints of Deep Magenta #C712BA
RGB
CMYK
RGB Variations
Color information
#C712BA (or 0xC712BA) is known color: Deep Magenta. HEX triplet: C7, 12 and BA. RGB value is (199,18,186). Sum of RGB (Red+Green+Blue) = 199+18+186=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C712BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712BA is #38ED45. Grayscale: #5A5A5A. Windows color (decimal): -3730758 or 12194503. OLE color: 12194503.
HSL color Cylindrical-coordinate representation of color #C712BA: hue angle of 304.31º 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 #C712BA is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 186 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.22 |
| HSL | 304.31º | 0.83% | 0.43% | - |
| HSV(B) | 304.31º | 0.91% | 0.78% | - |
| XYZ | 32.63 | 16.12 | 47.85 | - |
| YUV | 91.27 | 181.47 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 186 | 0 | 0.91 | 0.07 | 0.22 | 304.31 | 0.83 | 0.43 |
| Hex | C7 | 12 | BA | 0 | 5B | 7 | 16 | 130 | 53 | 2B |
| Octal | 307 | 22 | 272 | 0 | 133 | 7 | 26 | 460 | 123 | 53 |
| Binary | 11000111 | 10010 | 10111010 | 0 | 1011011 | 111 | 10110 | 100110000 | 1010011 | 101011 |
Color Harmonies of #C712BA
Complementary color
Monochromatic Colors of #C712BA
Black with #C712BA
Text Example
Text Example
White with #C712BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712BA; }
p { color: rgb(199,18,186); }
H1.HeaderClassName
{
color: #C712BA;
}
.AnyTagClassName
{
color: #C712BA;
}
</style>
background-color css
<style>
a { background-color: #C712BA; }
a { background-color: rgb(199,18,186); }
div.DivClassName
{
background-color: #C712BA;
}
.BgClassName
{
background-color: #C712BA;
}
</style>
border-color css
<style>
span { border-color: #C712BA; }
span { border-color: rgb(199,18,186); }
td.TdClassName
{
border-color: #C712BA;
}
.TagClassName
{
border-color: #C712BA;
}
</style>