Shades of Deep Magenta #C712BB
Tints of Deep Magenta #C712BB
RGB
CMYK
RGB Variations
Color information
#C712BB (or 0xC712BB) is known color: Deep Magenta. HEX triplet: C7, 12 and BB. RGB value is (199,18,187). Sum of RGB (Red+Green+Blue) = 199+18+187=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C712BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712BB is #38ED44. Grayscale: #5A5A5A. Windows color (decimal): -3730757 or 12260039. OLE color: 12260039.
HSL color Cylindrical-coordinate representation of color #C712BB: hue angle of 303.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 #C712BB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 187 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.22 |
| HSL | 303.98º | 0.83% | 0.43% | - |
| HSV(B) | 303.98º | 0.91% | 0.78% | - |
| XYZ | 32.74 | 16.16 | 48.41 | - |
| YUV | 91.39 | 181.97 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 187 | 0 | 0.91 | 0.06 | 0.22 | 303.98 | 0.83 | 0.43 |
| Hex | C7 | 12 | BB | 0 | 5B | 6 | 16 | 130 | 53 | 2B |
| Octal | 307 | 22 | 273 | 0 | 133 | 6 | 26 | 460 | 123 | 53 |
| Binary | 11000111 | 10010 | 10111011 | 0 | 1011011 | 110 | 10110 | 100110000 | 1010011 | 101011 |
Color Harmonies of #C712BB
Complementary color
Monochromatic Colors of #C712BB
Black with #C712BB
Text Example
Text Example
White with #C712BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712BB; }
p { color: rgb(199,18,187); }
H1.HeaderClassName
{
color: #C712BB;
}
.AnyTagClassName
{
color: #C712BB;
}
</style>
background-color css
<style>
a { background-color: #C712BB; }
a { background-color: rgb(199,18,187); }
div.DivClassName
{
background-color: #C712BB;
}
.BgClassName
{
background-color: #C712BB;
}
</style>
border-color css
<style>
span { border-color: #C712BB; }
span { border-color: rgb(199,18,187); }
td.TdClassName
{
border-color: #C712BB;
}
.TagClassName
{
border-color: #C712BB;
}
</style>