Shades of Deep Magenta #C712BD
Tints of Deep Magenta #C712BD
RGB
CMYK
RGB Variations
Color information
#C712BD (or 0xC712BD) is known color: Deep Magenta. HEX triplet: C7, 12 and BD. RGB value is (199,18,189). Sum of RGB (Red+Green+Blue) = 199+18+189=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C712BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712BD is #38ED42. Grayscale: #5B5B5B. Windows color (decimal): -3730755 or 12391111. OLE color: 12391111.
HSL color Cylindrical-coordinate representation of color #C712BD: hue angle of 303.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 #C712BD is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.22 |
| HSL | 303.31º | 0.83% | 0.43% | - |
| HSV(B) | 303.31º | 0.91% | 0.78% | - |
| XYZ | 32.95 | 16.25 | 49.54 | - |
| YUV | 91.61 | 182.97 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 189 | 0 | 0.91 | 0.05 | 0.22 | 303.31 | 0.83 | 0.43 |
| Hex | C7 | 12 | BD | 0 | 5B | 5 | 16 | 12F | 53 | 2B |
| Octal | 307 | 22 | 275 | 0 | 133 | 5 | 26 | 457 | 123 | 53 |
| Binary | 11000111 | 10010 | 10111101 | 0 | 1011011 | 101 | 10110 | 100101111 | 1010011 | 101011 |
Color Harmonies of #C712BD
Complementary color
Monochromatic Colors of #C712BD
Black with #C712BD
Text Example
Text Example
White with #C712BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712BD; }
p { color: rgb(199,18,189); }
H1.HeaderClassName
{
color: #C712BD;
}
.AnyTagClassName
{
color: #C712BD;
}
</style>
background-color css
<style>
a { background-color: #C712BD; }
a { background-color: rgb(199,18,189); }
div.DivClassName
{
background-color: #C712BD;
}
.BgClassName
{
background-color: #C712BD;
}
</style>
border-color css
<style>
span { border-color: #C712BD; }
span { border-color: rgb(199,18,189); }
td.TdClassName
{
border-color: #C712BD;
}
.TagClassName
{
border-color: #C712BD;
}
</style>