Shades of Medium Violet Red #C8056C
Tints of Medium Violet Red #C8056C
RGB
CMYK
RGB Variations
Color information
#C8056C (or 0xC8056C) is known color: Medium Violet Red. HEX triplet: C8, 05 and 6C. RGB value is (200,5,108). Sum of RGB (Red+Green+Blue) = 200+5+108=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8056C is #37FA93. Grayscale: #4A4A4A. Windows color (decimal): -3668628 or 7079368. OLE color: 7079368.
HSL color Cylindrical-coordinate representation of color #C8056C: hue angle of 328.31º 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 #C8056C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.22 |
| HSL | 328.31º | 0.95% | 0.4% | - |
| HSV(B) | 328.31º | 0.98% | 0.78% | - |
| XYZ | 26.58 | 13.47 | 15.39 | - |
| YUV | 75.05 | 146.6 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 108 | 0 | 0.98 | 0.46 | 0.22 | 328.31 | 0.95 | 0.4 |
| Hex | C8 | 5 | 6C | 0 | 62 | 2E | 16 | 148 | 5F | 28 |
| Octal | 310 | 5 | 154 | 0 | 142 | 56 | 26 | 510 | 137 | 50 |
| Binary | 11001000 | 101 | 1101100 | 0 | 1100010 | 101110 | 10110 | 101001000 | 1011111 | 101000 |
Color Harmonies of #C8056C
Complementary color
Monochromatic Colors of #C8056C
Black with #C8056C
Text Example
Text Example
White with #C8056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8056C; }
p { color: rgb(200,5,108); }
H1.HeaderClassName
{
color: #C8056C;
}
.AnyTagClassName
{
color: #C8056C;
}
</style>
background-color css
<style>
a { background-color: #C8056C; }
a { background-color: rgb(200,5,108); }
div.DivClassName
{
background-color: #C8056C;
}
.BgClassName
{
background-color: #C8056C;
}
</style>
border-color css
<style>
span { border-color: #C8056C; }
span { border-color: rgb(200,5,108); }
td.TdClassName
{
border-color: #C8056C;
}
.TagClassName
{
border-color: #C8056C;
}
</style>