Shades of Medium Violet Red #C906A6
Tints of Medium Violet Red #C906A6
RGB
CMYK
RGB Variations
Color information
#C906A6 (or 0xC906A6) is known color: Medium Violet Red. HEX triplet: C9, 06 and A6. RGB value is (201,6,166). Sum of RGB (Red+Green+Blue) = 201+6+166=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C906A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C906A6 is #36F959. Grayscale: #525252. Windows color (decimal): -3602778 or 10880713. OLE color: 10880713.
HSL color Cylindrical-coordinate representation of color #C906A6: hue angle of 310.77º 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 #C906A6 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.21 |
| HSL | 310.77º | 0.94% | 0.41% | - |
| HSV(B) | 310.77º | 0.97% | 0.79% | - |
| XYZ | 31.04 | 15.3 | 37.39 | - |
| YUV | 82.55 | 175.1 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 166 | 0 | 0.97 | 0.17 | 0.21 | 310.77 | 0.94 | 0.41 |
| Hex | C9 | 6 | A6 | 0 | 61 | 11 | 15 | 137 | 5E | 29 |
| Octal | 311 | 6 | 246 | 0 | 141 | 21 | 25 | 467 | 136 | 51 |
| Binary | 11001001 | 110 | 10100110 | 0 | 1100001 | 10001 | 10101 | 100110111 | 1011110 | 101001 |
Color Harmonies of #C906A6
Complementary color
Monochromatic Colors of #C906A6
Black with #C906A6
Text Example
Text Example
White with #C906A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906A6; }
p { color: rgb(201,6,166); }
H1.HeaderClassName
{
color: #C906A6;
}
.AnyTagClassName
{
color: #C906A6;
}
</style>
background-color css
<style>
a { background-color: #C906A6; }
a { background-color: rgb(201,6,166); }
div.DivClassName
{
background-color: #C906A6;
}
.BgClassName
{
background-color: #C906A6;
}
</style>
border-color css
<style>
span { border-color: #C906A6; }
span { border-color: rgb(201,6,166); }
td.TdClassName
{
border-color: #C906A6;
}
.TagClassName
{
border-color: #C906A6;
}
</style>