Shades of Medium Violet Red #C8057A
Tints of Medium Violet Red #C8057A
RGB
CMYK
RGB Variations
Color information
#C8057A (or 0xC8057A) is known color: Medium Violet Red. HEX triplet: C8, 05 and 7A. RGB value is (200,5,122). Sum of RGB (Red+Green+Blue) = 200+5+122=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8057A is #37FA85. Grayscale: #4C4C4C. Windows color (decimal): -3668614 or 7996872. OLE color: 7996872.
HSL color Cylindrical-coordinate representation of color #C8057A: hue angle of 324º 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 #C8057A is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.22 |
| HSL | 324º | 0.95% | 0.4% | - |
| HSV(B) | 324º | 0.98% | 0.78% | - |
| XYZ | 27.39 | 13.79 | 19.63 | - |
| YUV | 76.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 122 | 0 | 0.98 | 0.39 | 0.22 | 324 | 0.95 | 0.4 |
| Hex | C8 | 5 | 7A | 0 | 62 | 27 | 16 | 144 | 5F | 28 |
| Octal | 310 | 5 | 172 | 0 | 142 | 47 | 26 | 504 | 137 | 50 |
| Binary | 11001000 | 101 | 1111010 | 0 | 1100010 | 100111 | 10110 | 101000100 | 1011111 | 101000 |
Color Harmonies of #C8057A
Complementary color
Monochromatic Colors of #C8057A
Black with #C8057A
Text Example
Text Example
White with #C8057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8057A; }
p { color: rgb(200,5,122); }
H1.HeaderClassName
{
color: #C8057A;
}
.AnyTagClassName
{
color: #C8057A;
}
</style>
background-color css
<style>
a { background-color: #C8057A; }
a { background-color: rgb(200,5,122); }
div.DivClassName
{
background-color: #C8057A;
}
.BgClassName
{
background-color: #C8057A;
}
</style>
border-color css
<style>
span { border-color: #C8057A; }
span { border-color: rgb(200,5,122); }
td.TdClassName
{
border-color: #C8057A;
}
.TagClassName
{
border-color: #C8057A;
}
</style>