Shades of Medium Violet Red #C42181
Tints of Medium Violet Red #C42181
RGB
CMYK
RGB Variations
Color information
#C42181 (or 0xC42181) is known color: Medium Violet Red. HEX triplet: C4, 21 and 81. RGB value is (196,33,129). Sum of RGB (Red+Green+Blue) = 196+33+129=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C42181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42181 is #3BDE7E. Grayscale: #5C5C5C. Windows color (decimal): -3923583 or 8462788. OLE color: 8462788.
HSL color Cylindrical-coordinate representation of color #C42181: hue angle of 324.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42181 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 129 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.23 |
| HSL | 324.66º | 0.71% | 0.45% | - |
| HSV(B) | 324.66º | 0.83% | 0.77% | - |
| XYZ | 27.27 | 14.41 | 22.11 | - |
| YUV | 92.68 | 148.5 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 129 | 0 | 0.83 | 0.34 | 0.23 | 324.66 | 0.71 | 0.45 |
| Hex | C4 | 21 | 81 | 0 | 53 | 22 | 17 | 145 | 47 | 2D |
| Octal | 304 | 41 | 201 | 0 | 123 | 42 | 27 | 505 | 107 | 55 |
| Binary | 11000100 | 100001 | 10000001 | 0 | 1010011 | 100010 | 10111 | 101000101 | 1000111 | 101101 |
Color Harmonies of #C42181
Complementary color
Monochromatic Colors of #C42181
Black with #C42181
Text Example
Text Example
White with #C42181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42181; }
p { color: rgb(196,33,129); }
H1.HeaderClassName
{
color: #C42181;
}
.AnyTagClassName
{
color: #C42181;
}
</style>
background-color css
<style>
a { background-color: #C42181; }
a { background-color: rgb(196,33,129); }
div.DivClassName
{
background-color: #C42181;
}
.BgClassName
{
background-color: #C42181;
}
</style>
border-color css
<style>
span { border-color: #C42181; }
span { border-color: rgb(196,33,129); }
td.TdClassName
{
border-color: #C42181;
}
.TagClassName
{
border-color: #C42181;
}
</style>