Shades of Medium Violet Red #C00588
Tints of Medium Violet Red #C00588
RGB
CMYK
RGB Variations
Color information
#C00588 (or 0xC00588) is known color: Medium Violet Red. HEX triplet: C0, 05 and 88. RGB value is (192,5,136). Sum of RGB (Red+Green+Blue) = 192+5+136=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C00588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00588 is #3FFA77. Grayscale: #4B4B4B. Windows color (decimal): -4192888 or 8914368. OLE color: 8914368.
HSL color Cylindrical-coordinate representation of color #C00588: hue angle of 317.97º 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 #C00588 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.25 |
| HSL | 317.97º | 0.95% | 0.39% | - |
| HSV(B) | 317.97º | 0.97% | 0.75% | - |
| XYZ | 26.24 | 13.09 | 24.44 | - |
| YUV | 75.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 136 | 0 | 0.97 | 0.29 | 0.25 | 317.97 | 0.95 | 0.39 |
| Hex | C0 | 5 | 88 | 0 | 61 | 1D | 19 | 13E | 5F | 27 |
| Octal | 300 | 5 | 210 | 0 | 141 | 35 | 31 | 476 | 137 | 47 |
| Binary | 11000000 | 101 | 10001000 | 0 | 1100001 | 11101 | 11001 | 100111110 | 1011111 | 100111 |
Color Harmonies of #C00588
Complementary color
Monochromatic Colors of #C00588
Black with #C00588
Text Example
Text Example
White with #C00588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00588; }
p { color: rgb(192,5,136); }
H1.HeaderClassName
{
color: #C00588;
}
.AnyTagClassName
{
color: #C00588;
}
</style>
background-color css
<style>
a { background-color: #C00588; }
a { background-color: rgb(192,5,136); }
div.DivClassName
{
background-color: #C00588;
}
.BgClassName
{
background-color: #C00588;
}
</style>
border-color css
<style>
span { border-color: #C00588; }
span { border-color: rgb(192,5,136); }
td.TdClassName
{
border-color: #C00588;
}
.TagClassName
{
border-color: #C00588;
}
</style>