Shades of Deep Magenta #C712AD
Tints of Deep Magenta #C712AD
RGB
CMYK
RGB Variations
Color information
#C712AD (or 0xC712AD) is known color: Deep Magenta. HEX triplet: C7, 12 and AD. RGB value is (199,18,173). Sum of RGB (Red+Green+Blue) = 199+18+173=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C712AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C712AD is #38ED52. Grayscale: #595959. Windows color (decimal): -3730771 or 11342535. OLE color: 11342535.
HSL color Cylindrical-coordinate representation of color #C712AD: hue angle of 308.62º 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 #C712AD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.22 |
| HSL | 308.62º | 0.83% | 0.43% | - |
| HSV(B) | 308.62º | 0.91% | 0.78% | - |
| XYZ | 31.31 | 15.59 | 40.89 | - |
| YUV | 89.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 173 | 0 | 0.91 | 0.13 | 0.22 | 308.62 | 0.83 | 0.43 |
| Hex | C7 | 12 | AD | 0 | 5B | D | 16 | 135 | 53 | 2B |
| Octal | 307 | 22 | 255 | 0 | 133 | 15 | 26 | 465 | 123 | 53 |
| Binary | 11000111 | 10010 | 10101101 | 0 | 1011011 | 1101 | 10110 | 100110101 | 1010011 | 101011 |
Color Harmonies of #C712AD
Complementary color
Monochromatic Colors of #C712AD
Black with #C712AD
Text Example
Text Example
White with #C712AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712AD; }
p { color: rgb(199,18,173); }
H1.HeaderClassName
{
color: #C712AD;
}
.AnyTagClassName
{
color: #C712AD;
}
</style>
background-color css
<style>
a { background-color: #C712AD; }
a { background-color: rgb(199,18,173); }
div.DivClassName
{
background-color: #C712AD;
}
.BgClassName
{
background-color: #C712AD;
}
</style>
border-color css
<style>
span { border-color: #C712AD; }
span { border-color: rgb(199,18,173); }
td.TdClassName
{
border-color: #C712AD;
}
.TagClassName
{
border-color: #C712AD;
}
</style>