Shades of Deep Magenta #C712AA
Tints of Deep Magenta #C712AA
RGB
CMYK
RGB Variations
Color information
#C712AA (or 0xC712AA) is known color: Deep Magenta. HEX triplet: C7, 12 and AA. RGB value is (199,18,170). Sum of RGB (Red+Green+Blue) = 199+18+170=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C712AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C712AA is #38ED55. Grayscale: #595959. Windows color (decimal): -3730774 or 11145927. OLE color: 11145927.
HSL color Cylindrical-coordinate representation of color #C712AA: hue angle of 309.61º 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 #C712AA is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.22 |
| HSL | 309.61º | 0.83% | 0.43% | - |
| HSV(B) | 309.61º | 0.91% | 0.78% | - |
| XYZ | 31.03 | 15.48 | 39.38 | - |
| YUV | 89.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 170 | 0 | 0.91 | 0.15 | 0.22 | 309.61 | 0.83 | 0.43 |
| Hex | C7 | 12 | AA | 0 | 5B | F | 16 | 136 | 53 | 2B |
| Octal | 307 | 22 | 252 | 0 | 133 | 17 | 26 | 466 | 123 | 53 |
| Binary | 11000111 | 10010 | 10101010 | 0 | 1011011 | 1111 | 10110 | 100110110 | 1010011 | 101011 |
Color Harmonies of #C712AA
Complementary color
Monochromatic Colors of #C712AA
Black with #C712AA
Text Example
Text Example
White with #C712AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712AA; }
p { color: rgb(199,18,170); }
H1.HeaderClassName
{
color: #C712AA;
}
.AnyTagClassName
{
color: #C712AA;
}
</style>
background-color css
<style>
a { background-color: #C712AA; }
a { background-color: rgb(199,18,170); }
div.DivClassName
{
background-color: #C712AA;
}
.BgClassName
{
background-color: #C712AA;
}
</style>
border-color css
<style>
span { border-color: #C712AA; }
span { border-color: rgb(199,18,170); }
td.TdClassName
{
border-color: #C712AA;
}
.TagClassName
{
border-color: #C712AA;
}
</style>