Shades of Medium Violet Red #C9068C
Tints of Medium Violet Red #C9068C
RGB
CMYK
RGB Variations
Color information
#C9068C (or 0xC9068C) is known color: Medium Violet Red. HEX triplet: C9, 06 and 8C. RGB value is (201,6,140). Sum of RGB (Red+Green+Blue) = 201+6+140=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9068C is #36F973. Grayscale: #4F4F4F. Windows color (decimal): -3602804 or 9176777. OLE color: 9176777.
HSL color Cylindrical-coordinate representation of color #C9068C: hue angle of 318.77º 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 #C9068C is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.21 |
| HSL | 318.77º | 0.94% | 0.41% | - |
| HSV(B) | 318.77º | 0.97% | 0.79% | - |
| XYZ | 28.89 | 14.44 | 26.08 | - |
| YUV | 79.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 140 | 0 | 0.97 | 0.30 | 0.21 | 318.77 | 0.94 | 0.41 |
| Hex | C9 | 6 | 8C | 0 | 61 | 1E | 15 | 13F | 5E | 29 |
| Octal | 311 | 6 | 214 | 0 | 141 | 36 | 25 | 477 | 136 | 51 |
| Binary | 11001001 | 110 | 10001100 | 0 | 1100001 | 11110 | 10101 | 100111111 | 1011110 | 101001 |
Color Harmonies of #C9068C
Complementary color
Monochromatic Colors of #C9068C
Black with #C9068C
Text Example
Text Example
White with #C9068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9068C; }
p { color: rgb(201,6,140); }
H1.HeaderClassName
{
color: #C9068C;
}
.AnyTagClassName
{
color: #C9068C;
}
</style>
background-color css
<style>
a { background-color: #C9068C; }
a { background-color: rgb(201,6,140); }
div.DivClassName
{
background-color: #C9068C;
}
.BgClassName
{
background-color: #C9068C;
}
</style>
border-color css
<style>
span { border-color: #C9068C; }
span { border-color: rgb(201,6,140); }
td.TdClassName
{
border-color: #C9068C;
}
.TagClassName
{
border-color: #C9068C;
}
</style>