Shades of Medium Violet Red #C00570
Tints of Medium Violet Red #C00570
RGB
CMYK
RGB Variations
Color information
#C00570 (or 0xC00570) is known color: Medium Violet Red. HEX triplet: C0, 05 and 70. RGB value is (192,5,112). Sum of RGB (Red+Green+Blue) = 192+5+112=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C00570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00570 is #3FFA8F. Grayscale: #484848. Windows color (decimal): -4192912 or 7341504. OLE color: 7341504.
HSL color Cylindrical-coordinate representation of color #C00570: hue angle of 325.67º 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 #C00570 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.25 |
| HSL | 325.67º | 0.95% | 0.39% | - |
| HSV(B) | 325.67º | 0.97% | 0.75% | - |
| XYZ | 24.72 | 12.48 | 16.44 | - |
| YUV | 73.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 112 | 0 | 0.97 | 0.42 | 0.25 | 325.67 | 0.95 | 0.39 |
| Hex | C0 | 5 | 70 | 0 | 61 | 2A | 19 | 146 | 5F | 27 |
| Octal | 300 | 5 | 160 | 0 | 141 | 52 | 31 | 506 | 137 | 47 |
| Binary | 11000000 | 101 | 1110000 | 0 | 1100001 | 101010 | 11001 | 101000110 | 1011111 | 100111 |
Color Harmonies of #C00570
Complementary color
Monochromatic Colors of #C00570
Black with #C00570
Text Example
Text Example
White with #C00570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00570; }
p { color: rgb(192,5,112); }
H1.HeaderClassName
{
color: #C00570;
}
.AnyTagClassName
{
color: #C00570;
}
</style>
background-color css
<style>
a { background-color: #C00570; }
a { background-color: rgb(192,5,112); }
div.DivClassName
{
background-color: #C00570;
}
.BgClassName
{
background-color: #C00570;
}
</style>
border-color css
<style>
span { border-color: #C00570; }
span { border-color: rgb(192,5,112); }
td.TdClassName
{
border-color: #C00570;
}
.TagClassName
{
border-color: #C00570;
}
</style>