Shades of Medium Red Violet #C43185
Tints of Medium Red Violet #C43185
RGB
CMYK
RGB Variations
Color information
#C43185 (or 0xC43185) is known color: Medium Red Violet. HEX triplet: C4, 31 and 85. RGB value is (196,49,133). Sum of RGB (Red+Green+Blue) = 196+49+133=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C43185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43185 is #3BCE7A. Grayscale: #666666. Windows color (decimal): -3919483 or 8729028. OLE color: 8729028.
HSL color Cylindrical-coordinate representation of color #C43185: hue angle of 325.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43185 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 133 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.23 |
| HSL | 325.71º | 0.6% | 0.48% | - |
| HSV(B) | 325.71º | 0.75% | 0.77% | - |
| XYZ | 28.1 | 15.63 | 23.73 | - |
| YUV | 102.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 133 | 0 | 0.75 | 0.32 | 0.23 | 325.71 | 0.6 | 0.48 |
| Hex | C4 | 31 | 85 | 0 | 4B | 20 | 17 | 146 | 3C | 30 |
| Octal | 304 | 61 | 205 | 0 | 113 | 40 | 27 | 506 | 74 | 60 |
| Binary | 11000100 | 110001 | 10000101 | 0 | 1001011 | 100000 | 10111 | 101000110 | 111100 | 110000 |
Color Harmonies of #C43185
Complementary color
Monochromatic Colors of #C43185
Black with #C43185
Text Example
Text Example
White with #C43185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43185; }
p { color: rgb(196,49,133); }
H1.HeaderClassName
{
color: #C43185;
}
.AnyTagClassName
{
color: #C43185;
}
</style>
background-color css
<style>
a { background-color: #C43185; }
a { background-color: rgb(196,49,133); }
div.DivClassName
{
background-color: #C43185;
}
.BgClassName
{
background-color: #C43185;
}
</style>
border-color css
<style>
span { border-color: #C43185; }
span { border-color: rgb(196,49,133); }
td.TdClassName
{
border-color: #C43185;
}
.TagClassName
{
border-color: #C43185;
}
</style>