Shades of Medium Violet Red #C8066E
Tints of Medium Violet Red #C8066E
RGB
CMYK
RGB Variations
Color information
#C8066E (or 0xC8066E) is known color: Medium Violet Red. HEX triplet: C8, 06 and 6E. RGB value is (200,6,110). Sum of RGB (Red+Green+Blue) = 200+6+110=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8066E is #37F991. Grayscale: #4B4B4B. Windows color (decimal): -3668370 or 7210696. OLE color: 7210696.
HSL color Cylindrical-coordinate representation of color #C8066E: hue angle of 327.84º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8066E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 110 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.22 |
| HSL | 327.84º | 0.94% | 0.4% | - |
| HSV(B) | 327.84º | 0.97% | 0.78% | - |
| XYZ | 26.7 | 13.54 | 15.96 | - |
| YUV | 75.86 | 147.27 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 110 | 0 | 0.97 | 0.45 | 0.22 | 327.84 | 0.94 | 0.4 |
| Hex | C8 | 6 | 6E | 0 | 61 | 2D | 16 | 148 | 5E | 28 |
| Octal | 310 | 6 | 156 | 0 | 141 | 55 | 26 | 510 | 136 | 50 |
| Binary | 11001000 | 110 | 1101110 | 0 | 1100001 | 101101 | 10110 | 101001000 | 1011110 | 101000 |
Color Harmonies of #C8066E
Complementary color
Monochromatic Colors of #C8066E
Black with #C8066E
Text Example
Text Example
White with #C8066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8066E; }
p { color: rgb(200,6,110); }
H1.HeaderClassName
{
color: #C8066E;
}
.AnyTagClassName
{
color: #C8066E;
}
</style>
background-color css
<style>
a { background-color: #C8066E; }
a { background-color: rgb(200,6,110); }
div.DivClassName
{
background-color: #C8066E;
}
.BgClassName
{
background-color: #C8066E;
}
</style>
border-color css
<style>
span { border-color: #C8066E; }
span { border-color: rgb(200,6,110); }
td.TdClassName
{
border-color: #C8066E;
}
.TagClassName
{
border-color: #C8066E;
}
</style>