Shades of Medium Violet Red #C8057E
Tints of Medium Violet Red #C8057E
RGB
CMYK
RGB Variations
Color information
#C8057E (or 0xC8057E) is known color: Medium Violet Red. HEX triplet: C8, 05 and 7E. RGB value is (200,5,126). Sum of RGB (Red+Green+Blue) = 200+5+126=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8057E is #37FA81. Grayscale: #4C4C4C. Windows color (decimal): -3668610 or 8259016. OLE color: 8259016.
HSL color Cylindrical-coordinate representation of color #C8057E: hue angle of 322.77º 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 #C8057E is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.22 |
| HSL | 322.77º | 0.95% | 0.4% | - |
| HSV(B) | 322.77º | 0.98% | 0.78% | - |
| XYZ | 27.64 | 13.89 | 20.96 | - |
| YUV | 77.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 126 | 0 | 0.98 | 0.37 | 0.22 | 322.77 | 0.95 | 0.4 |
| Hex | C8 | 5 | 7E | 0 | 62 | 25 | 16 | 143 | 5F | 28 |
| Octal | 310 | 5 | 176 | 0 | 142 | 45 | 26 | 503 | 137 | 50 |
| Binary | 11001000 | 101 | 1111110 | 0 | 1100010 | 100101 | 10110 | 101000011 | 1011111 | 101000 |
Color Harmonies of #C8057E
Complementary color
Monochromatic Colors of #C8057E
Black with #C8057E
Text Example
Text Example
White with #C8057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8057E; }
p { color: rgb(200,5,126); }
H1.HeaderClassName
{
color: #C8057E;
}
.AnyTagClassName
{
color: #C8057E;
}
</style>
background-color css
<style>
a { background-color: #C8057E; }
a { background-color: rgb(200,5,126); }
div.DivClassName
{
background-color: #C8057E;
}
.BgClassName
{
background-color: #C8057E;
}
</style>
border-color css
<style>
span { border-color: #C8057E; }
span { border-color: rgb(200,5,126); }
td.TdClassName
{
border-color: #C8057E;
}
.TagClassName
{
border-color: #C8057E;
}
</style>