Shades of Deep Magenta #C007AA
Tints of Deep Magenta #C007AA
RGB
CMYK
RGB Variations
Color information
#C007AA (or 0xC007AA) is known color: Deep Magenta. HEX triplet: C0, 07 and AA. RGB value is (192,7,170). Sum of RGB (Red+Green+Blue) = 192+7+170=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C007AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C007AA is #3FF855. Grayscale: #505050. Windows color (decimal): -4192342 or 11143104. OLE color: 11143104.
HSL color Cylindrical-coordinate representation of color #C007AA: hue angle of 307.14º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C007AA is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.25 |
| HSL | 307.14º | 0.93% | 0.39% | - |
| HSV(B) | 307.14º | 0.96% | 0.75% | - |
| XYZ | 29.07 | 14.26 | 39.25 | - |
| YUV | 80.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 170 | 0 | 0.96 | 0.11 | 0.25 | 307.14 | 0.93 | 0.39 |
| Hex | C0 | 7 | AA | 0 | 60 | B | 19 | 133 | 5D | 27 |
| Octal | 300 | 7 | 252 | 0 | 140 | 13 | 31 | 463 | 135 | 47 |
| Binary | 11000000 | 111 | 10101010 | 0 | 1100000 | 1011 | 11001 | 100110011 | 1011101 | 100111 |
Color Harmonies of #C007AA
Complementary color
Monochromatic Colors of #C007AA
Black with #C007AA
Text Example
Text Example
White with #C007AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007AA; }
p { color: rgb(192,7,170); }
H1.HeaderClassName
{
color: #C007AA;
}
.AnyTagClassName
{
color: #C007AA;
}
</style>
background-color css
<style>
a { background-color: #C007AA; }
a { background-color: rgb(192,7,170); }
div.DivClassName
{
background-color: #C007AA;
}
.BgClassName
{
background-color: #C007AA;
}
</style>
border-color css
<style>
span { border-color: #C007AA; }
span { border-color: rgb(192,7,170); }
td.TdClassName
{
border-color: #C007AA;
}
.TagClassName
{
border-color: #C007AA;
}
</style>