Shades of Medium Violet Red #C31272
Tints of Medium Violet Red #C31272
RGB
CMYK
RGB Variations
Color information
#C31272 (or 0xC31272) is known color: Medium Violet Red. HEX triplet: C3, 12 and 72. RGB value is (195,18,114). Sum of RGB (Red+Green+Blue) = 195+18+114=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C31272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31272 is #3CED8D. Grayscale: #515151. Windows color (decimal): -3992974 or 7475907. OLE color: 7475907.
HSL color Cylindrical-coordinate representation of color #C31272: hue angle of 327.46º 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 #C31272 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 114 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.24 |
| HSL | 327.46º | 0.83% | 0.42% | - |
| HSV(B) | 327.46º | 0.91% | 0.76% | - |
| XYZ | 25.76 | 13.25 | 17.12 | - |
| YUV | 81.87 | 146.14 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 114 | 0 | 0.91 | 0.42 | 0.24 | 327.46 | 0.83 | 0.42 |
| Hex | C3 | 12 | 72 | 0 | 5B | 2A | 18 | 147 | 53 | 2A |
| Octal | 303 | 22 | 162 | 0 | 133 | 52 | 30 | 507 | 123 | 52 |
| Binary | 11000011 | 10010 | 1110010 | 0 | 1011011 | 101010 | 11000 | 101000111 | 1010011 | 101010 |
Color Harmonies of #C31272
Complementary color
Monochromatic Colors of #C31272
Black with #C31272
Text Example
Text Example
White with #C31272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31272; }
p { color: rgb(195,18,114); }
H1.HeaderClassName
{
color: #C31272;
}
.AnyTagClassName
{
color: #C31272;
}
</style>
background-color css
<style>
a { background-color: #C31272; }
a { background-color: rgb(195,18,114); }
div.DivClassName
{
background-color: #C31272;
}
.BgClassName
{
background-color: #C31272;
}
</style>
border-color css
<style>
span { border-color: #C31272; }
span { border-color: rgb(195,18,114); }
td.TdClassName
{
border-color: #C31272;
}
.TagClassName
{
border-color: #C31272;
}
</style>