Shades of Deep Magenta #C712BE
Tints of Deep Magenta #C712BE
RGB
CMYK
RGB Variations
Color information
#C712BE (or 0xC712BE) is known color: Deep Magenta. HEX triplet: C7, 12 and BE. RGB value is (199,18,190). Sum of RGB (Red+Green+Blue) = 199+18+190=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C712BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712BE is #38ED41. Grayscale: #5B5B5B. Windows color (decimal): -3730754 or 12456647. OLE color: 12456647.
HSL color Cylindrical-coordinate representation of color #C712BE: hue angle of 302.98º 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 #C712BE is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 190 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.22 |
| HSL | 302.98º | 0.83% | 0.43% | - |
| HSV(B) | 302.98º | 0.91% | 0.78% | - |
| XYZ | 33.06 | 16.29 | 50.12 | - |
| YUV | 91.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 190 | 0 | 0.91 | 0.05 | 0.22 | 302.98 | 0.83 | 0.43 |
| Hex | C7 | 12 | BE | 0 | 5B | 5 | 16 | 12F | 53 | 2B |
| Octal | 307 | 22 | 276 | 0 | 133 | 5 | 26 | 457 | 123 | 53 |
| Binary | 11000111 | 10010 | 10111110 | 0 | 1011011 | 101 | 10110 | 100101111 | 1010011 | 101011 |
Color Harmonies of #C712BE
Complementary color
Monochromatic Colors of #C712BE
Black with #C712BE
Text Example
Text Example
White with #C712BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712BE; }
p { color: rgb(199,18,190); }
H1.HeaderClassName
{
color: #C712BE;
}
.AnyTagClassName
{
color: #C712BE;
}
</style>
background-color css
<style>
a { background-color: #C712BE; }
a { background-color: rgb(199,18,190); }
div.DivClassName
{
background-color: #C712BE;
}
.BgClassName
{
background-color: #C712BE;
}
</style>
border-color css
<style>
span { border-color: #C712BE; }
span { border-color: rgb(199,18,190); }
td.TdClassName
{
border-color: #C712BE;
}
.TagClassName
{
border-color: #C712BE;
}
</style>