Shades of Medium Violet Red #C00576
Tints of Medium Violet Red #C00576
RGB
CMYK
RGB Variations
Color information
#C00576 (or 0xC00576) is known color: Medium Violet Red. HEX triplet: C0, 05 and 76. RGB value is (192,5,118). Sum of RGB (Red+Green+Blue) = 192+5+118=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00576 is #3FFA89. Grayscale: #494949. Windows color (decimal): -4192906 or 7734720. OLE color: 7734720.
HSL color Cylindrical-coordinate representation of color #C00576: hue angle of 323.74º 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 #C00576 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.25 |
| HSL | 323.74º | 0.95% | 0.39% | - |
| HSV(B) | 323.74º | 0.97% | 0.75% | - |
| XYZ | 25.06 | 12.62 | 18.26 | - |
| YUV | 73.8 | 152.95 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 118 | 0 | 0.97 | 0.39 | 0.25 | 323.74 | 0.95 | 0.39 |
| Hex | C0 | 5 | 76 | 0 | 61 | 27 | 19 | 144 | 5F | 27 |
| Octal | 300 | 5 | 166 | 0 | 141 | 47 | 31 | 504 | 137 | 47 |
| Binary | 11000000 | 101 | 1110110 | 0 | 1100001 | 100111 | 11001 | 101000100 | 1011111 | 100111 |
Color Harmonies of #C00576
Complementary color
Monochromatic Colors of #C00576
Black with #C00576
Text Example
Text Example
White with #C00576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00576; }
p { color: rgb(192,5,118); }
H1.HeaderClassName
{
color: #C00576;
}
.AnyTagClassName
{
color: #C00576;
}
</style>
background-color css
<style>
a { background-color: #C00576; }
a { background-color: rgb(192,5,118); }
div.DivClassName
{
background-color: #C00576;
}
.BgClassName
{
background-color: #C00576;
}
</style>
border-color css
<style>
span { border-color: #C00576; }
span { border-color: rgb(192,5,118); }
td.TdClassName
{
border-color: #C00576;
}
.TagClassName
{
border-color: #C00576;
}
</style>