Shades of Deep Magenta #C006AA
Tints of Deep Magenta #C006AA
RGB
CMYK
RGB Variations
Color information
#C006AA (or 0xC006AA) is known color: Deep Magenta. HEX triplet: C0, 06 and AA. RGB value is (192,6,170). Sum of RGB (Red+Green+Blue) = 192+6+170=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C006AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C006AA is #3FF955. Grayscale: #4F4F4F. Windows color (decimal): -4192598 or 11142848. OLE color: 11142848.
HSL color Cylindrical-coordinate representation of color #C006AA: hue angle of 307.1º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006AA is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.25 |
| HSL | 307.1º | 0.94% | 0.39% | - |
| HSV(B) | 307.1º | 0.97% | 0.75% | - |
| XYZ | 29.06 | 14.24 | 39.25 | - |
| YUV | 80.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 170 | 0 | 0.97 | 0.11 | 0.25 | 307.1 | 0.94 | 0.39 |
| Hex | C0 | 6 | AA | 0 | 61 | B | 19 | 133 | 5E | 27 |
| Octal | 300 | 6 | 252 | 0 | 141 | 13 | 31 | 463 | 136 | 47 |
| Binary | 11000000 | 110 | 10101010 | 0 | 1100001 | 1011 | 11001 | 100110011 | 1011110 | 100111 |
Color Harmonies of #C006AA
Complementary color
Monochromatic Colors of #C006AA
Black with #C006AA
Text Example
Text Example
White with #C006AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006AA; }
p { color: rgb(192,6,170); }
H1.HeaderClassName
{
color: #C006AA;
}
.AnyTagClassName
{
color: #C006AA;
}
</style>
background-color css
<style>
a { background-color: #C006AA; }
a { background-color: rgb(192,6,170); }
div.DivClassName
{
background-color: #C006AA;
}
.BgClassName
{
background-color: #C006AA;
}
</style>
border-color css
<style>
span { border-color: #C006AA; }
span { border-color: rgb(192,6,170); }
td.TdClassName
{
border-color: #C006AA;
}
.TagClassName
{
border-color: #C006AA;
}
</style>