Shades of Medium Violet Red #C31271
Tints of Medium Violet Red #C31271
RGB
CMYK
RGB Variations
Color information
#C31271 (or 0xC31271) is known color: Medium Violet Red. HEX triplet: C3, 12 and 71. RGB value is (195,18,113). Sum of RGB (Red+Green+Blue) = 195+18+113=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C31271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31271 is #3CED8E. Grayscale: #515151. Windows color (decimal): -3992975 or 7410371. OLE color: 7410371.
HSL color Cylindrical-coordinate representation of color #C31271: hue angle of 327.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31271 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 113 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.24 |
| HSL | 327.8º | 0.83% | 0.42% | - |
| HSV(B) | 327.8º | 0.91% | 0.76% | - |
| XYZ | 25.7 | 13.23 | 16.82 | - |
| YUV | 81.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 113 | 0 | 0.91 | 0.42 | 0.24 | 327.8 | 0.83 | 0.42 |
| Hex | C3 | 12 | 71 | 0 | 5B | 2A | 18 | 148 | 53 | 2A |
| Octal | 303 | 22 | 161 | 0 | 133 | 52 | 30 | 510 | 123 | 52 |
| Binary | 11000011 | 10010 | 1110001 | 0 | 1011011 | 101010 | 11000 | 101001000 | 1010011 | 101010 |
Color Harmonies of #C31271
Complementary color
Monochromatic Colors of #C31271
Black with #C31271
Text Example
Text Example
White with #C31271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31271; }
p { color: rgb(195,18,113); }
H1.HeaderClassName
{
color: #C31271;
}
.AnyTagClassName
{
color: #C31271;
}
</style>
background-color css
<style>
a { background-color: #C31271; }
a { background-color: rgb(195,18,113); }
div.DivClassName
{
background-color: #C31271;
}
.BgClassName
{
background-color: #C31271;
}
</style>
border-color css
<style>
span { border-color: #C31271; }
span { border-color: rgb(195,18,113); }
td.TdClassName
{
border-color: #C31271;
}
.TagClassName
{
border-color: #C31271;
}
</style>