Shades of Medium Violet Red #C42088
Tints of Medium Violet Red #C42088
RGB
CMYK
RGB Variations
Color information
#C42088 (or 0xC42088) is known color: Medium Violet Red. HEX triplet: C4, 20 and 88. RGB value is (196,32,136). Sum of RGB (Red+Green+Blue) = 196+32+136=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C42088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42088 is #3BDF77. Grayscale: #5C5C5C. Windows color (decimal): -3923832 or 8921284. OLE color: 8921284.
HSL color Cylindrical-coordinate representation of color #C42088: hue angle of 321.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42088 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 136 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.23 |
| HSL | 321.95º | 0.72% | 0.45% | - |
| HSV(B) | 321.95º | 0.84% | 0.77% | - |
| XYZ | 27.73 | 14.55 | 24.64 | - |
| YUV | 92.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 136 | 0 | 0.84 | 0.31 | 0.23 | 321.95 | 0.72 | 0.45 |
| Hex | C4 | 20 | 88 | 0 | 54 | 1F | 17 | 142 | 48 | 2D |
| Octal | 304 | 40 | 210 | 0 | 124 | 37 | 27 | 502 | 110 | 55 |
| Binary | 11000100 | 100000 | 10001000 | 0 | 1010100 | 11111 | 10111 | 101000010 | 1001000 | 101101 |
Color Harmonies of #C42088
Complementary color
Monochromatic Colors of #C42088
Black with #C42088
Text Example
Text Example
White with #C42088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42088; }
p { color: rgb(196,32,136); }
H1.HeaderClassName
{
color: #C42088;
}
.AnyTagClassName
{
color: #C42088;
}
</style>
background-color css
<style>
a { background-color: #C42088; }
a { background-color: rgb(196,32,136); }
div.DivClassName
{
background-color: #C42088;
}
.BgClassName
{
background-color: #C42088;
}
</style>
border-color css
<style>
span { border-color: #C42088; }
span { border-color: rgb(196,32,136); }
td.TdClassName
{
border-color: #C42088;
}
.TagClassName
{
border-color: #C42088;
}
</style>