Shades of Deep Magenta #C906A7
Tints of Deep Magenta #C906A7
RGB
CMYK
RGB Variations
Color information
#C906A7 (or 0xC906A7) is known color: Deep Magenta. HEX triplet: C9, 06 and A7. RGB value is (201,6,167). Sum of RGB (Red+Green+Blue) = 201+6+167=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C906A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C906A7 is #36F958. Grayscale: #525252. Windows color (decimal): -3602777 or 10946249. OLE color: 10946249.
HSL color Cylindrical-coordinate representation of color #C906A7: hue angle of 310.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906A7 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 167 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.21 |
| HSL | 310.46º | 0.94% | 0.41% | - |
| HSV(B) | 310.46º | 0.97% | 0.79% | - |
| XYZ | 31.13 | 15.34 | 37.88 | - |
| YUV | 82.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 167 | 0 | 0.97 | 0.17 | 0.21 | 310.46 | 0.94 | 0.41 |
| Hex | C9 | 6 | A7 | 0 | 61 | 11 | 15 | 136 | 5E | 29 |
| Octal | 311 | 6 | 247 | 0 | 141 | 21 | 25 | 466 | 136 | 51 |
| Binary | 11001001 | 110 | 10100111 | 0 | 1100001 | 10001 | 10101 | 100110110 | 1011110 | 101001 |
Color Harmonies of #C906A7
Complementary color
Monochromatic Colors of #C906A7
Black with #C906A7
Text Example
Text Example
White with #C906A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906A7; }
p { color: rgb(201,6,167); }
H1.HeaderClassName
{
color: #C906A7;
}
.AnyTagClassName
{
color: #C906A7;
}
</style>
background-color css
<style>
a { background-color: #C906A7; }
a { background-color: rgb(201,6,167); }
div.DivClassName
{
background-color: #C906A7;
}
.BgClassName
{
background-color: #C906A7;
}
</style>
border-color css
<style>
span { border-color: #C906A7; }
span { border-color: rgb(201,6,167); }
td.TdClassName
{
border-color: #C906A7;
}
.TagClassName
{
border-color: #C906A7;
}
</style>