Shades of Medium Red Violet #C43588
Tints of Medium Red Violet #C43588
RGB
CMYK
RGB Variations
Color information
#C43588 (or 0xC43588) is known color: Medium Red Violet. HEX triplet: C4, 35 and 88. RGB value is (196,53,136). Sum of RGB (Red+Green+Blue) = 196+53+136=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C43588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43588 is #3BCA77. Grayscale: #696969. Windows color (decimal): -3918456 or 8926660. OLE color: 8926660.
HSL color Cylindrical-coordinate representation of color #C43588: hue angle of 325.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43588 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 136 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.23 |
| HSL | 325.17º | 0.57% | 0.49% | - |
| HSV(B) | 325.17º | 0.73% | 0.77% | - |
| XYZ | 28.48 | 16.06 | 24.89 | - |
| YUV | 105.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 136 | 0 | 0.73 | 0.31 | 0.23 | 325.17 | 0.57 | 0.49 |
| Hex | C4 | 35 | 88 | 0 | 49 | 1F | 17 | 145 | 39 | 31 |
| Octal | 304 | 65 | 210 | 0 | 111 | 37 | 27 | 505 | 71 | 61 |
| Binary | 11000100 | 110101 | 10001000 | 0 | 1001001 | 11111 | 10111 | 101000101 | 111001 | 110001 |
Color Harmonies of #C43588
Complementary color
Monochromatic Colors of #C43588
Black with #C43588
Text Example
Text Example
White with #C43588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43588; }
p { color: rgb(196,53,136); }
H1.HeaderClassName
{
color: #C43588;
}
.AnyTagClassName
{
color: #C43588;
}
</style>
background-color css
<style>
a { background-color: #C43588; }
a { background-color: rgb(196,53,136); }
div.DivClassName
{
background-color: #C43588;
}
.BgClassName
{
background-color: #C43588;
}
</style>
border-color css
<style>
span { border-color: #C43588; }
span { border-color: rgb(196,53,136); }
td.TdClassName
{
border-color: #C43588;
}
.TagClassName
{
border-color: #C43588;
}
</style>