Shades of Medium Violet Red #C41271
Tints of Medium Violet Red #C41271
RGB
CMYK
RGB Variations
Color information
#C41271 (or 0xC41271) is known color: Medium Violet Red. HEX triplet: C4, 12 and 71. RGB value is (196,18,113). Sum of RGB (Red+Green+Blue) = 196+18+113=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C41271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41271 is #3BED8E. Grayscale: #515151. Windows color (decimal): -3927439 or 7410372. OLE color: 7410372.
HSL color Cylindrical-coordinate representation of color #C41271: hue angle of 327.98º 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 #C41271 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 113 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.23 |
| HSL | 327.98º | 0.83% | 0.42% | - |
| HSV(B) | 327.98º | 0.91% | 0.77% | - |
| XYZ | 25.96 | 13.36 | 16.83 | - |
| YUV | 82.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 113 | 0 | 0.91 | 0.42 | 0.23 | 327.98 | 0.83 | 0.42 |
| Hex | C4 | 12 | 71 | 0 | 5B | 2A | 17 | 148 | 53 | 2A |
| Octal | 304 | 22 | 161 | 0 | 133 | 52 | 27 | 510 | 123 | 52 |
| Binary | 11000100 | 10010 | 1110001 | 0 | 1011011 | 101010 | 10111 | 101001000 | 1010011 | 101010 |
Color Harmonies of #C41271
Complementary color
Monochromatic Colors of #C41271
Black with #C41271
Text Example
Text Example
White with #C41271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41271; }
p { color: rgb(196,18,113); }
H1.HeaderClassName
{
color: #C41271;
}
.AnyTagClassName
{
color: #C41271;
}
</style>
background-color css
<style>
a { background-color: #C41271; }
a { background-color: rgb(196,18,113); }
div.DivClassName
{
background-color: #C41271;
}
.BgClassName
{
background-color: #C41271;
}
</style>
border-color css
<style>
span { border-color: #C41271; }
span { border-color: rgb(196,18,113); }
td.TdClassName
{
border-color: #C41271;
}
.TagClassName
{
border-color: #C41271;
}
</style>