Shades of Medium Violet Red #C9066E
Tints of Medium Violet Red #C9066E
RGB
CMYK
RGB Variations
Color information
#C9066E (or 0xC9066E) is known color: Medium Violet Red. HEX triplet: C9, 06 and 6E. RGB value is (201,6,110). Sum of RGB (Red+Green+Blue) = 201+6+110=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9066E is #36F991. Grayscale: #4B4B4B. Windows color (decimal): -3602834 or 7210697. OLE color: 7210697.
HSL color Cylindrical-coordinate representation of color #C9066E: hue angle of 328º 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 #C9066E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 110 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.21 |
| HSL | 328º | 0.94% | 0.41% | - |
| HSV(B) | 328º | 0.97% | 0.79% | - |
| XYZ | 26.97 | 13.67 | 15.97 | - |
| YUV | 76.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 110 | 0 | 0.97 | 0.45 | 0.21 | 328 | 0.94 | 0.41 |
| Hex | C9 | 6 | 6E | 0 | 61 | 2D | 15 | 148 | 5E | 29 |
| Octal | 311 | 6 | 156 | 0 | 141 | 55 | 25 | 510 | 136 | 51 |
| Binary | 11001001 | 110 | 1101110 | 0 | 1100001 | 101101 | 10101 | 101001000 | 1011110 | 101001 |
Color Harmonies of #C9066E
Complementary color
Monochromatic Colors of #C9066E
Black with #C9066E
Text Example
Text Example
White with #C9066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9066E; }
p { color: rgb(201,6,110); }
H1.HeaderClassName
{
color: #C9066E;
}
.AnyTagClassName
{
color: #C9066E;
}
</style>
background-color css
<style>
a { background-color: #C9066E; }
a { background-color: rgb(201,6,110); }
div.DivClassName
{
background-color: #C9066E;
}
.BgClassName
{
background-color: #C9066E;
}
</style>
border-color css
<style>
span { border-color: #C9066E; }
span { border-color: rgb(201,6,110); }
td.TdClassName
{
border-color: #C9066E;
}
.TagClassName
{
border-color: #C9066E;
}
</style>