Shades of Medium Red Violet #C43181
Tints of Medium Red Violet #C43181
RGB
CMYK
RGB Variations
Color information
#C43181 (or 0xC43181) is known color: Medium Red Violet. HEX triplet: C4, 31 and 81. RGB value is (196,49,129). Sum of RGB (Red+Green+Blue) = 196+49+129=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C43181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43181 is #3BCE7E. Grayscale: #656565. Windows color (decimal): -3919487 or 8466884. OLE color: 8466884.
HSL color Cylindrical-coordinate representation of color #C43181: hue angle of 327.35º 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 #C43181 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 129 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.23 |
| HSL | 327.35º | 0.6% | 0.48% | - |
| HSV(B) | 327.35º | 0.75% | 0.77% | - |
| XYZ | 27.83 | 15.52 | 22.3 | - |
| YUV | 102.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 129 | 0 | 0.75 | 0.34 | 0.23 | 327.35 | 0.6 | 0.48 |
| Hex | C4 | 31 | 81 | 0 | 4B | 22 | 17 | 147 | 3C | 30 |
| Octal | 304 | 61 | 201 | 0 | 113 | 42 | 27 | 507 | 74 | 60 |
| Binary | 11000100 | 110001 | 10000001 | 0 | 1001011 | 100010 | 10111 | 101000111 | 111100 | 110000 |
Color Harmonies of #C43181
Complementary color
Monochromatic Colors of #C43181
Black with #C43181
Text Example
Text Example
White with #C43181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43181; }
p { color: rgb(196,49,129); }
H1.HeaderClassName
{
color: #C43181;
}
.AnyTagClassName
{
color: #C43181;
}
</style>
background-color css
<style>
a { background-color: #C43181; }
a { background-color: rgb(196,49,129); }
div.DivClassName
{
background-color: #C43181;
}
.BgClassName
{
background-color: #C43181;
}
</style>
border-color css
<style>
span { border-color: #C43181; }
span { border-color: rgb(196,49,129); }
td.TdClassName
{
border-color: #C43181;
}
.TagClassName
{
border-color: #C43181;
}
</style>