Shades of Medium Violet Red #C41281
Tints of Medium Violet Red #C41281
RGB
CMYK
RGB Variations
Color information
#C41281 (or 0xC41281) is known color: Medium Violet Red. HEX triplet: C4, 12 and 81. RGB value is (196,18,129). Sum of RGB (Red+Green+Blue) = 196+18+129=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C41281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41281 is #3BED7E. Grayscale: #535353. Windows color (decimal): -3927423 or 8458948. OLE color: 8458948.
HSL color Cylindrical-coordinate representation of color #C41281: hue angle of 322.58º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41281 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.23 |
| HSL | 322.58º | 0.83% | 0.42% | - |
| HSV(B) | 322.58º | 0.91% | 0.77% | - |
| XYZ | 26.94 | 13.75 | 22 | - |
| YUV | 83.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 129 | 0 | 0.91 | 0.34 | 0.23 | 322.58 | 0.83 | 0.42 |
| Hex | C4 | 12 | 81 | 0 | 5B | 22 | 17 | 143 | 53 | 2A |
| Octal | 304 | 22 | 201 | 0 | 133 | 42 | 27 | 503 | 123 | 52 |
| Binary | 11000100 | 10010 | 10000001 | 0 | 1011011 | 100010 | 10111 | 101000011 | 1010011 | 101010 |
Color Harmonies of #C41281
Complementary color
Monochromatic Colors of #C41281
Black with #C41281
Text Example
Text Example
White with #C41281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41281; }
p { color: rgb(196,18,129); }
H1.HeaderClassName
{
color: #C41281;
}
.AnyTagClassName
{
color: #C41281;
}
</style>
background-color css
<style>
a { background-color: #C41281; }
a { background-color: rgb(196,18,129); }
div.DivClassName
{
background-color: #C41281;
}
.BgClassName
{
background-color: #C41281;
}
</style>
border-color css
<style>
span { border-color: #C41281; }
span { border-color: rgb(196,18,129); }
td.TdClassName
{
border-color: #C41281;
}
.TagClassName
{
border-color: #C41281;
}
</style>