Shades of Deep Magenta #C006A7
Tints of Deep Magenta #C006A7
RGB
CMYK
RGB Variations
Color information
#C006A7 (or 0xC006A7) is known color: Deep Magenta. HEX triplet: C0, 06 and A7. RGB value is (192,6,167). Sum of RGB (Red+Green+Blue) = 192+6+167=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C006A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C006A7 is #3FF958. Grayscale: #4F4F4F. Windows color (decimal): -4192601 or 10946240. OLE color: 10946240.
HSL color Cylindrical-coordinate representation of color #C006A7: hue angle of 308.06º 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 #C006A7 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 167 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.25 |
| HSL | 308.06º | 0.94% | 0.39% | - |
| HSV(B) | 308.06º | 0.97% | 0.75% | - |
| XYZ | 28.78 | 14.13 | 37.77 | - |
| YUV | 79.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 167 | 0 | 0.97 | 0.13 | 0.25 | 308.06 | 0.94 | 0.39 |
| Hex | C0 | 6 | A7 | 0 | 61 | D | 19 | 134 | 5E | 27 |
| Octal | 300 | 6 | 247 | 0 | 141 | 15 | 31 | 464 | 136 | 47 |
| Binary | 11000000 | 110 | 10100111 | 0 | 1100001 | 1101 | 11001 | 100110100 | 1011110 | 100111 |
Color Harmonies of #C006A7
Complementary color
Monochromatic Colors of #C006A7
Black with #C006A7
Text Example
Text Example
White with #C006A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006A7; }
p { color: rgb(192,6,167); }
H1.HeaderClassName
{
color: #C006A7;
}
.AnyTagClassName
{
color: #C006A7;
}
</style>
background-color css
<style>
a { background-color: #C006A7; }
a { background-color: rgb(192,6,167); }
div.DivClassName
{
background-color: #C006A7;
}
.BgClassName
{
background-color: #C006A7;
}
</style>
border-color css
<style>
span { border-color: #C006A7; }
span { border-color: rgb(192,6,167); }
td.TdClassName
{
border-color: #C006A7;
}
.TagClassName
{
border-color: #C006A7;
}
</style>