Shades of Medium Violet Red #C42588
Tints of Medium Violet Red #C42588
RGB
CMYK
RGB Variations
Color information
#C42588 (or 0xC42588) is known color: Medium Violet Red. HEX triplet: C4, 25 and 88. RGB value is (196,37,136). Sum of RGB (Red+Green+Blue) = 196+37+136=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C42588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42588 is #3BDA77. Grayscale: #5F5F5F. Windows color (decimal): -3922552 or 8922564. OLE color: 8922564.
HSL color Cylindrical-coordinate representation of color #C42588: hue angle of 322.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42588 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 136 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.23 |
| HSL | 322.64º | 0.68% | 0.46% | - |
| HSV(B) | 322.64º | 0.81% | 0.77% | - |
| XYZ | 27.87 | 14.84 | 24.69 | - |
| YUV | 95.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 136 | 0 | 0.81 | 0.31 | 0.23 | 322.64 | 0.68 | 0.46 |
| Hex | C4 | 25 | 88 | 0 | 51 | 1F | 17 | 143 | 44 | 2E |
| Octal | 304 | 45 | 210 | 0 | 121 | 37 | 27 | 503 | 104 | 56 |
| Binary | 11000100 | 100101 | 10001000 | 0 | 1010001 | 11111 | 10111 | 101000011 | 1000100 | 101110 |
Color Harmonies of #C42588
Complementary color
Monochromatic Colors of #C42588
Black with #C42588
Text Example
Text Example
White with #C42588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42588; }
p { color: rgb(196,37,136); }
H1.HeaderClassName
{
color: #C42588;
}
.AnyTagClassName
{
color: #C42588;
}
</style>
background-color css
<style>
a { background-color: #C42588; }
a { background-color: rgb(196,37,136); }
div.DivClassName
{
background-color: #C42588;
}
.BgClassName
{
background-color: #C42588;
}
</style>
border-color css
<style>
span { border-color: #C42588; }
span { border-color: rgb(196,37,136); }
td.TdClassName
{
border-color: #C42588;
}
.TagClassName
{
border-color: #C42588;
}
</style>