Shades of Medium Violet Red #C906A2
Tints of Medium Violet Red #C906A2
RGB
CMYK
RGB Variations
Color information
#C906A2 (or 0xC906A2) is known color: Medium Violet Red. HEX triplet: C9, 06 and A2. RGB value is (201,6,162). Sum of RGB (Red+Green+Blue) = 201+6+162=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C906A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C906A2 is #36F95D. Grayscale: #515151. Windows color (decimal): -3602782 or 10618569. OLE color: 10618569.
HSL color Cylindrical-coordinate representation of color #C906A2: hue angle of 312º 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 #C906A2 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.21 |
| HSL | 312º | 0.94% | 0.41% | - |
| HSV(B) | 312º | 0.97% | 0.79% | - |
| XYZ | 30.67 | 15.16 | 35.49 | - |
| YUV | 82.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 162 | 0 | 0.97 | 0.19 | 0.21 | 312 | 0.94 | 0.41 |
| Hex | C9 | 6 | A2 | 0 | 61 | 13 | 15 | 138 | 5E | 29 |
| Octal | 311 | 6 | 242 | 0 | 141 | 23 | 25 | 470 | 136 | 51 |
| Binary | 11001001 | 110 | 10100010 | 0 | 1100001 | 10011 | 10101 | 100111000 | 1011110 | 101001 |
Color Harmonies of #C906A2
Complementary color
Monochromatic Colors of #C906A2
Black with #C906A2
Text Example
Text Example
White with #C906A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906A2; }
p { color: rgb(201,6,162); }
H1.HeaderClassName
{
color: #C906A2;
}
.AnyTagClassName
{
color: #C906A2;
}
</style>
background-color css
<style>
a { background-color: #C906A2; }
a { background-color: rgb(201,6,162); }
div.DivClassName
{
background-color: #C906A2;
}
.BgClassName
{
background-color: #C906A2;
}
</style>
border-color css
<style>
span { border-color: #C906A2; }
span { border-color: rgb(201,6,162); }
td.TdClassName
{
border-color: #C906A2;
}
.TagClassName
{
border-color: #C906A2;
}
</style>