Shades of Medium Violet Red #C9068D
Tints of Medium Violet Red #C9068D
RGB
CMYK
RGB Variations
Color information
#C9068D (or 0xC9068D) is known color: Medium Violet Red. HEX triplet: C9, 06 and 8D. RGB value is (201,6,141). Sum of RGB (Red+Green+Blue) = 201+6+141=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9068D is #36F972. Grayscale: #4F4F4F. Windows color (decimal): -3602803 or 9242313. OLE color: 9242313.
HSL color Cylindrical-coordinate representation of color #C9068D: hue angle of 318.46º 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 #C9068D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.21 |
| HSL | 318.46º | 0.94% | 0.41% | - |
| HSV(B) | 318.46º | 0.97% | 0.79% | - |
| XYZ | 28.96 | 14.47 | 26.47 | - |
| YUV | 79.7 | 162.6 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 141 | 0 | 0.97 | 0.30 | 0.21 | 318.46 | 0.94 | 0.41 |
| Hex | C9 | 6 | 8D | 0 | 61 | 1E | 15 | 13E | 5E | 29 |
| Octal | 311 | 6 | 215 | 0 | 141 | 36 | 25 | 476 | 136 | 51 |
| Binary | 11001001 | 110 | 10001101 | 0 | 1100001 | 11110 | 10101 | 100111110 | 1011110 | 101001 |
Color Harmonies of #C9068D
Complementary color
Monochromatic Colors of #C9068D
Black with #C9068D
Text Example
Text Example
White with #C9068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9068D; }
p { color: rgb(201,6,141); }
H1.HeaderClassName
{
color: #C9068D;
}
.AnyTagClassName
{
color: #C9068D;
}
</style>
background-color css
<style>
a { background-color: #C9068D; }
a { background-color: rgb(201,6,141); }
div.DivClassName
{
background-color: #C9068D;
}
.BgClassName
{
background-color: #C9068D;
}
</style>
border-color css
<style>
span { border-color: #C9068D; }
span { border-color: rgb(201,6,141); }
td.TdClassName
{
border-color: #C9068D;
}
.TagClassName
{
border-color: #C9068D;
}
</style>