Shades of Medium Violet Red #C8067F
Tints of Medium Violet Red #C8067F
RGB
CMYK
RGB Variations
Color information
#C8067F (or 0xC8067F) is known color: Medium Violet Red. HEX triplet: C8, 06 and 7F. RGB value is (200,6,127). Sum of RGB (Red+Green+Blue) = 200+6+127=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8067F is #37F980. Grayscale: #4D4D4D. Windows color (decimal): -3668353 or 8324808. OLE color: 8324808.
HSL color Cylindrical-coordinate representation of color #C8067F: hue angle of 322.58º 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 #C8067F is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.22 |
| HSL | 322.58º | 0.94% | 0.4% | - |
| HSV(B) | 322.58º | 0.97% | 0.78% | - |
| XYZ | 27.72 | 13.94 | 21.31 | - |
| YUV | 77.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 127 | 0 | 0.97 | 0.36 | 0.22 | 322.58 | 0.94 | 0.4 |
| Hex | C8 | 6 | 7F | 0 | 61 | 24 | 16 | 143 | 5E | 28 |
| Octal | 310 | 6 | 177 | 0 | 141 | 44 | 26 | 503 | 136 | 50 |
| Binary | 11001000 | 110 | 1111111 | 0 | 1100001 | 100100 | 10110 | 101000011 | 1011110 | 101000 |
Color Harmonies of #C8067F
Complementary color
Monochromatic Colors of #C8067F
Black with #C8067F
Text Example
Text Example
White with #C8067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8067F; }
p { color: rgb(200,6,127); }
H1.HeaderClassName
{
color: #C8067F;
}
.AnyTagClassName
{
color: #C8067F;
}
</style>
background-color css
<style>
a { background-color: #C8067F; }
a { background-color: rgb(200,6,127); }
div.DivClassName
{
background-color: #C8067F;
}
.BgClassName
{
background-color: #C8067F;
}
</style>
border-color css
<style>
span { border-color: #C8067F; }
span { border-color: rgb(200,6,127); }
td.TdClassName
{
border-color: #C8067F;
}
.TagClassName
{
border-color: #C8067F;
}
</style>