Shades of Medium Violet Red #C8067E
Tints of Medium Violet Red #C8067E
RGB
CMYK
RGB Variations
Color information
#C8067E (or 0xC8067E) is known color: Medium Violet Red. HEX triplet: C8, 06 and 7E. RGB value is (200,6,126). Sum of RGB (Red+Green+Blue) = 200+6+126=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8067E is #37F981. Grayscale: #4D4D4D. Windows color (decimal): -3668354 or 8259272. OLE color: 8259272.
HSL color Cylindrical-coordinate representation of color #C8067E: hue angle of 322.89º 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 #C8067E is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.22 |
| HSL | 322.89º | 0.94% | 0.4% | - |
| HSV(B) | 322.89º | 0.97% | 0.78% | - |
| XYZ | 27.65 | 13.92 | 20.97 | - |
| YUV | 77.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 126 | 0 | 0.97 | 0.37 | 0.22 | 322.89 | 0.94 | 0.4 |
| Hex | C8 | 6 | 7E | 0 | 61 | 25 | 16 | 143 | 5E | 28 |
| Octal | 310 | 6 | 176 | 0 | 141 | 45 | 26 | 503 | 136 | 50 |
| Binary | 11001000 | 110 | 1111110 | 0 | 1100001 | 100101 | 10110 | 101000011 | 1011110 | 101000 |
Color Harmonies of #C8067E
Complementary color
Monochromatic Colors of #C8067E
Black with #C8067E
Text Example
Text Example
White with #C8067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8067E; }
p { color: rgb(200,6,126); }
H1.HeaderClassName
{
color: #C8067E;
}
.AnyTagClassName
{
color: #C8067E;
}
</style>
background-color css
<style>
a { background-color: #C8067E; }
a { background-color: rgb(200,6,126); }
div.DivClassName
{
background-color: #C8067E;
}
.BgClassName
{
background-color: #C8067E;
}
</style>
border-color css
<style>
span { border-color: #C8067E; }
span { border-color: rgb(200,6,126); }
td.TdClassName
{
border-color: #C8067E;
}
.TagClassName
{
border-color: #C8067E;
}
</style>