Shades of Medium Violet Red #C8077B
Tints of Medium Violet Red #C8077B
RGB
CMYK
RGB Variations
Color information
#C8077B (or 0xC8077B) is known color: Medium Violet Red. HEX triplet: C8, 07 and 7B. RGB value is (200,7,123). Sum of RGB (Red+Green+Blue) = 200+7+123=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8077B is #37F884. Grayscale: #4D4D4D. Windows color (decimal): -3668101 or 8062920. OLE color: 8062920.
HSL color Cylindrical-coordinate representation of color #C8077B: hue angle of 323.94º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8077B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.22 |
| HSL | 323.94º | 0.93% | 0.41% | - |
| HSV(B) | 323.94º | 0.97% | 0.78% | - |
| XYZ | 27.47 | 13.86 | 19.97 | - |
| YUV | 77.93 | 153.44 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 123 | 0 | 0.96 | 0.38 | 0.22 | 323.94 | 0.93 | 0.41 |
| Hex | C8 | 7 | 7B | 0 | 60 | 26 | 16 | 144 | 5D | 29 |
| Octal | 310 | 7 | 173 | 0 | 140 | 46 | 26 | 504 | 135 | 51 |
| Binary | 11001000 | 111 | 1111011 | 0 | 1100000 | 100110 | 10110 | 101000100 | 1011101 | 101001 |
Color Harmonies of #C8077B
Complementary color
Monochromatic Colors of #C8077B
Black with #C8077B
Text Example
Text Example
White with #C8077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8077B; }
p { color: rgb(200,7,123); }
H1.HeaderClassName
{
color: #C8077B;
}
.AnyTagClassName
{
color: #C8077B;
}
</style>
background-color css
<style>
a { background-color: #C8077B; }
a { background-color: rgb(200,7,123); }
div.DivClassName
{
background-color: #C8077B;
}
.BgClassName
{
background-color: #C8077B;
}
</style>
border-color css
<style>
span { border-color: #C8077B; }
span { border-color: rgb(200,7,123); }
td.TdClassName
{
border-color: #C8077B;
}
.TagClassName
{
border-color: #C8077B;
}
</style>