Shades of Medium Violet Red #C30588
Tints of Medium Violet Red #C30588
RGB
CMYK
RGB Variations
Color information
#C30588 (or 0xC30588) is known color: Medium Violet Red. HEX triplet: C3, 05 and 88. RGB value is (195,5,136). Sum of RGB (Red+Green+Blue) = 195+5+136=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C30588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30588 is #3CFA77. Grayscale: #4C4C4C. Windows color (decimal): -3996280 or 8914371. OLE color: 8914371.
HSL color Cylindrical-coordinate representation of color #C30588: hue angle of 318.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30588 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.24 |
| HSL | 318.63º | 0.95% | 0.39% | - |
| HSV(B) | 318.63º | 0.97% | 0.76% | - |
| XYZ | 27 | 13.49 | 24.47 | - |
| YUV | 76.74 | 161.45 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 136 | 0 | 0.97 | 0.30 | 0.24 | 318.63 | 0.95 | 0.39 |
| Hex | C3 | 5 | 88 | 0 | 61 | 1E | 18 | 13F | 5F | 27 |
| Octal | 303 | 5 | 210 | 0 | 141 | 36 | 30 | 477 | 137 | 47 |
| Binary | 11000011 | 101 | 10001000 | 0 | 1100001 | 11110 | 11000 | 100111111 | 1011111 | 100111 |
Color Harmonies of #C30588
Complementary color
Monochromatic Colors of #C30588
Black with #C30588
Text Example
Text Example
White with #C30588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30588; }
p { color: rgb(195,5,136); }
H1.HeaderClassName
{
color: #C30588;
}
.AnyTagClassName
{
color: #C30588;
}
</style>
background-color css
<style>
a { background-color: #C30588; }
a { background-color: rgb(195,5,136); }
div.DivClassName
{
background-color: #C30588;
}
.BgClassName
{
background-color: #C30588;
}
</style>
border-color css
<style>
span { border-color: #C30588; }
span { border-color: rgb(195,5,136); }
td.TdClassName
{
border-color: #C30588;
}
.TagClassName
{
border-color: #C30588;
}
</style>