Shades of Medium Violet Red #C9066C
Tints of Medium Violet Red #C9066C
RGB
CMYK
RGB Variations
Color information
#C9066C (or 0xC9066C) is known color: Medium Violet Red. HEX triplet: C9, 06 and 6C. RGB value is (201,6,108). Sum of RGB (Red+Green+Blue) = 201+6+108=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9066C is #36F993. Grayscale: #4B4B4B. Windows color (decimal): -3602836 or 7079625. OLE color: 7079625.
HSL color Cylindrical-coordinate representation of color #C9066C: hue angle of 328.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 #C9066C is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.21 |
| HSL | 328.62º | 0.94% | 0.41% | - |
| HSV(B) | 328.62º | 0.97% | 0.79% | - |
| XYZ | 26.86 | 13.63 | 15.4 | - |
| YUV | 75.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 108 | 0 | 0.97 | 0.46 | 0.21 | 328.62 | 0.94 | 0.41 |
| Hex | C9 | 6 | 6C | 0 | 61 | 2E | 15 | 149 | 5E | 29 |
| Octal | 311 | 6 | 154 | 0 | 141 | 56 | 25 | 511 | 136 | 51 |
| Binary | 11001001 | 110 | 1101100 | 0 | 1100001 | 101110 | 10101 | 101001001 | 1011110 | 101001 |
Color Harmonies of #C9066C
Complementary color
Monochromatic Colors of #C9066C
Black with #C9066C
Text Example
Text Example
White with #C9066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9066C; }
p { color: rgb(201,6,108); }
H1.HeaderClassName
{
color: #C9066C;
}
.AnyTagClassName
{
color: #C9066C;
}
</style>
background-color css
<style>
a { background-color: #C9066C; }
a { background-color: rgb(201,6,108); }
div.DivClassName
{
background-color: #C9066C;
}
.BgClassName
{
background-color: #C9066C;
}
</style>
border-color css
<style>
span { border-color: #C9066C; }
span { border-color: rgb(201,6,108); }
td.TdClassName
{
border-color: #C9066C;
}
.TagClassName
{
border-color: #C9066C;
}
</style>