Shades of Medium Violet Red #C0056D
Tints of Medium Violet Red #C0056D
RGB
CMYK
RGB Variations
Color information
#C0056D (or 0xC0056D) is known color: Medium Violet Red. HEX triplet: C0, 05 and 6D. RGB value is (192,5,109). Sum of RGB (Red+Green+Blue) = 192+5+109=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0056D is #3FFA92. Grayscale: #484848. Windows color (decimal): -4192915 or 7144896. OLE color: 7144896.
HSL color Cylindrical-coordinate representation of color #C0056D: hue angle of 326.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0056D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.25 |
| HSL | 326.63º | 0.95% | 0.39% | - |
| HSV(B) | 326.63º | 0.97% | 0.75% | - |
| XYZ | 24.55 | 12.42 | 15.57 | - |
| YUV | 72.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 109 | 0 | 0.97 | 0.43 | 0.25 | 326.63 | 0.95 | 0.39 |
| Hex | C0 | 5 | 6D | 0 | 61 | 2B | 19 | 147 | 5F | 27 |
| Octal | 300 | 5 | 155 | 0 | 141 | 53 | 31 | 507 | 137 | 47 |
| Binary | 11000000 | 101 | 1101101 | 0 | 1100001 | 101011 | 11001 | 101000111 | 1011111 | 100111 |
Color Harmonies of #C0056D
Complementary color
Monochromatic Colors of #C0056D
Black with #C0056D
Text Example
Text Example
White with #C0056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0056D; }
p { color: rgb(192,5,109); }
H1.HeaderClassName
{
color: #C0056D;
}
.AnyTagClassName
{
color: #C0056D;
}
</style>
background-color css
<style>
a { background-color: #C0056D; }
a { background-color: rgb(192,5,109); }
div.DivClassName
{
background-color: #C0056D;
}
.BgClassName
{
background-color: #C0056D;
}
</style>
border-color css
<style>
span { border-color: #C0056D; }
span { border-color: rgb(192,5,109); }
td.TdClassName
{
border-color: #C0056D;
}
.TagClassName
{
border-color: #C0056D;
}
</style>