Shades of Medium Violet Red #C9068E
Tints of Medium Violet Red #C9068E
RGB
CMYK
RGB Variations
Color information
#C9068E (or 0xC9068E) is known color: Medium Violet Red. HEX triplet: C9, 06 and 8E. RGB value is (201,6,142). Sum of RGB (Red+Green+Blue) = 201+6+142=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9068E is #36F971. Grayscale: #4F4F4F. Windows color (decimal): -3602802 or 9307849. OLE color: 9307849.
HSL color Cylindrical-coordinate representation of color #C9068E: hue angle of 318.15º 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 #C9068E is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.21 |
| HSL | 318.15º | 0.94% | 0.41% | - |
| HSV(B) | 318.15º | 0.97% | 0.79% | - |
| XYZ | 29.04 | 14.5 | 26.86 | - |
| YUV | 79.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 142 | 0 | 0.97 | 0.29 | 0.21 | 318.15 | 0.94 | 0.41 |
| Hex | C9 | 6 | 8E | 0 | 61 | 1D | 15 | 13E | 5E | 29 |
| Octal | 311 | 6 | 216 | 0 | 141 | 35 | 25 | 476 | 136 | 51 |
| Binary | 11001001 | 110 | 10001110 | 0 | 1100001 | 11101 | 10101 | 100111110 | 1011110 | 101001 |
Color Harmonies of #C9068E
Complementary color
Monochromatic Colors of #C9068E
Black with #C9068E
Text Example
Text Example
White with #C9068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9068E; }
p { color: rgb(201,6,142); }
H1.HeaderClassName
{
color: #C9068E;
}
.AnyTagClassName
{
color: #C9068E;
}
</style>
background-color css
<style>
a { background-color: #C9068E; }
a { background-color: rgb(201,6,142); }
div.DivClassName
{
background-color: #C9068E;
}
.BgClassName
{
background-color: #C9068E;
}
</style>
border-color css
<style>
span { border-color: #C9068E; }
span { border-color: rgb(201,6,142); }
td.TdClassName
{
border-color: #C9068E;
}
.TagClassName
{
border-color: #C9068E;
}
</style>