Shades of Medium Violet Red #C41681
Tints of Medium Violet Red #C41681
RGB
CMYK
RGB Variations
Color information
#C41681 (or 0xC41681) is known color: Medium Violet Red. HEX triplet: C4, 16 and 81. RGB value is (196,22,129). Sum of RGB (Red+Green+Blue) = 196+22+129=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C41681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41681 is #3BE97E. Grayscale: #555555. Windows color (decimal): -3926399 or 8459972. OLE color: 8459972.
HSL color Cylindrical-coordinate representation of color #C41681: hue angle of 323.1º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41681 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 129 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.23 |
| HSL | 323.1º | 0.8% | 0.43% | - |
| HSV(B) | 323.1º | 0.89% | 0.77% | - |
| XYZ | 27.01 | 13.89 | 22.03 | - |
| YUV | 86.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 129 | 0 | 0.89 | 0.34 | 0.23 | 323.1 | 0.8 | 0.43 |
| Hex | C4 | 16 | 81 | 0 | 59 | 22 | 17 | 143 | 50 | 2B |
| Octal | 304 | 26 | 201 | 0 | 131 | 42 | 27 | 503 | 120 | 53 |
| Binary | 11000100 | 10110 | 10000001 | 0 | 1011001 | 100010 | 10111 | 101000011 | 1010000 | 101011 |
Color Harmonies of #C41681
Complementary color
Monochromatic Colors of #C41681
Black with #C41681
Text Example
Text Example
White with #C41681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41681; }
p { color: rgb(196,22,129); }
H1.HeaderClassName
{
color: #C41681;
}
.AnyTagClassName
{
color: #C41681;
}
</style>
background-color css
<style>
a { background-color: #C41681; }
a { background-color: rgb(196,22,129); }
div.DivClassName
{
background-color: #C41681;
}
.BgClassName
{
background-color: #C41681;
}
</style>
border-color css
<style>
span { border-color: #C41681; }
span { border-color: rgb(196,22,129); }
td.TdClassName
{
border-color: #C41681;
}
.TagClassName
{
border-color: #C41681;
}
</style>