Shades of Medium Violet Red #C9068B
Tints of Medium Violet Red #C9068B
RGB
CMYK
RGB Variations
Color information
#C9068B (or 0xC9068B) is known color: Medium Violet Red. HEX triplet: C9, 06 and 8B. RGB value is (201,6,139). Sum of RGB (Red+Green+Blue) = 201+6+139=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9068B is #36F974. Grayscale: #4F4F4F. Windows color (decimal): -3602805 or 9111241. OLE color: 9111241.
HSL color Cylindrical-coordinate representation of color #C9068B: hue angle of 319.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 #C9068B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.21 |
| HSL | 319.08º | 0.94% | 0.41% | - |
| HSV(B) | 319.08º | 0.97% | 0.79% | - |
| XYZ | 28.81 | 14.41 | 25.69 | - |
| YUV | 79.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 139 | 0 | 0.97 | 0.31 | 0.21 | 319.08 | 0.94 | 0.41 |
| Hex | C9 | 6 | 8B | 0 | 61 | 1F | 15 | 13F | 5E | 29 |
| Octal | 311 | 6 | 213 | 0 | 141 | 37 | 25 | 477 | 136 | 51 |
| Binary | 11001001 | 110 | 10001011 | 0 | 1100001 | 11111 | 10101 | 100111111 | 1011110 | 101001 |
Color Harmonies of #C9068B
Complementary color
Monochromatic Colors of #C9068B
Black with #C9068B
Text Example
Text Example
White with #C9068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9068B; }
p { color: rgb(201,6,139); }
H1.HeaderClassName
{
color: #C9068B;
}
.AnyTagClassName
{
color: #C9068B;
}
</style>
background-color css
<style>
a { background-color: #C9068B; }
a { background-color: rgb(201,6,139); }
div.DivClassName
{
background-color: #C9068B;
}
.BgClassName
{
background-color: #C9068B;
}
</style>
border-color css
<style>
span { border-color: #C9068B; }
span { border-color: rgb(201,6,139); }
td.TdClassName
{
border-color: #C9068B;
}
.TagClassName
{
border-color: #C9068B;
}
</style>