Shades of Medium Violet Red #C00575
Tints of Medium Violet Red #C00575
RGB
CMYK
RGB Variations
Color information
#C00575 (or 0xC00575) is known color: Medium Violet Red. HEX triplet: C0, 05 and 75. RGB value is (192,5,117). Sum of RGB (Red+Green+Blue) = 192+5+117=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00575 is #3FFA8A. Grayscale: #494949. Windows color (decimal): -4192907 or 7669184. OLE color: 7669184.
HSL color Cylindrical-coordinate representation of color #C00575: hue angle of 324.06º 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 #C00575 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.25 |
| HSL | 324.06º | 0.95% | 0.39% | - |
| HSV(B) | 324.06º | 0.97% | 0.75% | - |
| XYZ | 25 | 12.6 | 17.94 | - |
| YUV | 73.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 117 | 0 | 0.97 | 0.39 | 0.25 | 324.06 | 0.95 | 0.39 |
| Hex | C0 | 5 | 75 | 0 | 61 | 27 | 19 | 144 | 5F | 27 |
| Octal | 300 | 5 | 165 | 0 | 141 | 47 | 31 | 504 | 137 | 47 |
| Binary | 11000000 | 101 | 1110101 | 0 | 1100001 | 100111 | 11001 | 101000100 | 1011111 | 100111 |
Color Harmonies of #C00575
Complementary color
Monochromatic Colors of #C00575
Black with #C00575
Text Example
Text Example
White with #C00575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00575; }
p { color: rgb(192,5,117); }
H1.HeaderClassName
{
color: #C00575;
}
.AnyTagClassName
{
color: #C00575;
}
</style>
background-color css
<style>
a { background-color: #C00575; }
a { background-color: rgb(192,5,117); }
div.DivClassName
{
background-color: #C00575;
}
.BgClassName
{
background-color: #C00575;
}
</style>
border-color css
<style>
span { border-color: #C00575; }
span { border-color: rgb(192,5,117); }
td.TdClassName
{
border-color: #C00575;
}
.TagClassName
{
border-color: #C00575;
}
</style>