Shades of Deep Magenta #C906C7
Tints of Deep Magenta #C906C7
RGB
CMYK
RGB Variations
Color information
#C906C7 (or 0xC906C7) is known color: Deep Magenta. HEX triplet: C9, 06 and C7. RGB value is (201,6,199). Sum of RGB (Red+Green+Blue) = 201+6+199=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C906C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906C7 is #36F938. Grayscale: #555555. Windows color (decimal): -3602745 or 13043401. OLE color: 13043401.
HSL color Cylindrical-coordinate representation of color #C906C7: hue angle of 300.62º 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 #C906C7 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 199 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.21 |
| HSL | 300.62º | 0.94% | 0.41% | - |
| HSV(B) | 300.62º | 0.97% | 0.79% | - |
| XYZ | 34.46 | 16.67 | 55.43 | - |
| YUV | 86.31 | 191.6 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 199 | 0 | 0.97 | 0.01 | 0.21 | 300.62 | 0.94 | 0.41 |
| Hex | C9 | 6 | C7 | 0 | 61 | 1 | 15 | 12D | 5E | 29 |
| Octal | 311 | 6 | 307 | 0 | 141 | 1 | 25 | 455 | 136 | 51 |
| Binary | 11001001 | 110 | 11000111 | 0 | 1100001 | 1 | 10101 | 100101101 | 1011110 | 101001 |
Color Harmonies of #C906C7
Complementary color
Monochromatic Colors of #C906C7
Black with #C906C7
Text Example
Text Example
White with #C906C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906C7; }
p { color: rgb(201,6,199); }
H1.HeaderClassName
{
color: #C906C7;
}
.AnyTagClassName
{
color: #C906C7;
}
</style>
background-color css
<style>
a { background-color: #C906C7; }
a { background-color: rgb(201,6,199); }
div.DivClassName
{
background-color: #C906C7;
}
.BgClassName
{
background-color: #C906C7;
}
</style>
border-color css
<style>
span { border-color: #C906C7; }
span { border-color: rgb(201,6,199); }
td.TdClassName
{
border-color: #C906C7;
}
.TagClassName
{
border-color: #C906C7;
}
</style>