Shades of Medium Red Violet #C42D81
Tints of Medium Red Violet #C42D81
RGB
CMYK
RGB Variations
Color information
#C42D81 (or 0xC42D81) is known color: Medium Red Violet. HEX triplet: C4, 2D and 81. RGB value is (196,45,129). Sum of RGB (Red+Green+Blue) = 196+45+129=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D81 is #3BD27E. Grayscale: #636363. Windows color (decimal): -3920511 or 8465860. OLE color: 8465860.
HSL color Cylindrical-coordinate representation of color #C42D81: hue angle of 326.62º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D81 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 129 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.23 |
| HSL | 326.62º | 0.63% | 0.47% | - |
| HSV(B) | 326.62º | 0.77% | 0.77% | - |
| XYZ | 27.67 | 15.2 | 22.24 | - |
| YUV | 99.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 129 | 0 | 0.77 | 0.34 | 0.23 | 326.62 | 0.63 | 0.47 |
| Hex | C4 | 2D | 81 | 0 | 4D | 22 | 17 | 147 | 3F | 2F |
| Octal | 304 | 55 | 201 | 0 | 115 | 42 | 27 | 507 | 77 | 57 |
| Binary | 11000100 | 101101 | 10000001 | 0 | 1001101 | 100010 | 10111 | 101000111 | 111111 | 101111 |
Color Harmonies of #C42D81
Complementary color
Monochromatic Colors of #C42D81
Black with #C42D81
Text Example
Text Example
White with #C42D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D81; }
p { color: rgb(196,45,129); }
H1.HeaderClassName
{
color: #C42D81;
}
.AnyTagClassName
{
color: #C42D81;
}
</style>
background-color css
<style>
a { background-color: #C42D81; }
a { background-color: rgb(196,45,129); }
div.DivClassName
{
background-color: #C42D81;
}
.BgClassName
{
background-color: #C42D81;
}
</style>
border-color css
<style>
span { border-color: #C42D81; }
span { border-color: rgb(196,45,129); }
td.TdClassName
{
border-color: #C42D81;
}
.TagClassName
{
border-color: #C42D81;
}
</style>