Shades of Medium Violet Red #C9067E
Tints of Medium Violet Red #C9067E
RGB
CMYK
RGB Variations
Color information
#C9067E (or 0xC9067E) is known color: Medium Violet Red. HEX triplet: C9, 06 and 7E. RGB value is (201,6,126). Sum of RGB (Red+Green+Blue) = 201+6+126=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9067E is #36F981. Grayscale: #4D4D4D. Windows color (decimal): -3602818 or 8259273. OLE color: 8259273.
HSL color Cylindrical-coordinate representation of color #C9067E: hue angle of 323.08º 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 #C9067E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.21 |
| HSL | 323.08º | 0.94% | 0.41% | - |
| HSV(B) | 323.08º | 0.97% | 0.79% | - |
| XYZ | 27.92 | 14.05 | 20.98 | - |
| YUV | 77.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 126 | 0 | 0.97 | 0.37 | 0.21 | 323.08 | 0.94 | 0.41 |
| Hex | C9 | 6 | 7E | 0 | 61 | 25 | 15 | 143 | 5E | 29 |
| Octal | 311 | 6 | 176 | 0 | 141 | 45 | 25 | 503 | 136 | 51 |
| Binary | 11001001 | 110 | 1111110 | 0 | 1100001 | 100101 | 10101 | 101000011 | 1011110 | 101001 |
Color Harmonies of #C9067E
Complementary color
Monochromatic Colors of #C9067E
Black with #C9067E
Text Example
Text Example
White with #C9067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9067E; }
p { color: rgb(201,6,126); }
H1.HeaderClassName
{
color: #C9067E;
}
.AnyTagClassName
{
color: #C9067E;
}
</style>
background-color css
<style>
a { background-color: #C9067E; }
a { background-color: rgb(201,6,126); }
div.DivClassName
{
background-color: #C9067E;
}
.BgClassName
{
background-color: #C9067E;
}
</style>
border-color css
<style>
span { border-color: #C9067E; }
span { border-color: rgb(201,6,126); }
td.TdClassName
{
border-color: #C9067E;
}
.TagClassName
{
border-color: #C9067E;
}
</style>