Shades of Medium Violet Red #C8057B
Tints of Medium Violet Red #C8057B
RGB
CMYK
RGB Variations
Color information
#C8057B (or 0xC8057B) is known color: Medium Violet Red. HEX triplet: C8, 05 and 7B. RGB value is (200,5,123). Sum of RGB (Red+Green+Blue) = 200+5+123=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8057B is #37FA84. Grayscale: #4C4C4C. Windows color (decimal): -3668613 or 8062408. OLE color: 8062408.
HSL color Cylindrical-coordinate representation of color #C8057B: hue angle of 323.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8057B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.22 |
| HSL | 323.69º | 0.95% | 0.4% | - |
| HSV(B) | 323.69º | 0.98% | 0.78% | - |
| XYZ | 27.45 | 13.82 | 19.96 | - |
| YUV | 76.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 123 | 0 | 0.98 | 0.38 | 0.22 | 323.69 | 0.95 | 0.4 |
| Hex | C8 | 5 | 7B | 0 | 62 | 26 | 16 | 144 | 5F | 28 |
| Octal | 310 | 5 | 173 | 0 | 142 | 46 | 26 | 504 | 137 | 50 |
| Binary | 11001000 | 101 | 1111011 | 0 | 1100010 | 100110 | 10110 | 101000100 | 1011111 | 101000 |
Color Harmonies of #C8057B
Complementary color
Monochromatic Colors of #C8057B
Black with #C8057B
Text Example
Text Example
White with #C8057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8057B; }
p { color: rgb(200,5,123); }
H1.HeaderClassName
{
color: #C8057B;
}
.AnyTagClassName
{
color: #C8057B;
}
</style>
background-color css
<style>
a { background-color: #C8057B; }
a { background-color: rgb(200,5,123); }
div.DivClassName
{
background-color: #C8057B;
}
.BgClassName
{
background-color: #C8057B;
}
</style>
border-color css
<style>
span { border-color: #C8057B; }
span { border-color: rgb(200,5,123); }
td.TdClassName
{
border-color: #C8057B;
}
.TagClassName
{
border-color: #C8057B;
}
</style>