Shades of Medium Violet Red #C31281
Tints of Medium Violet Red #C31281
RGB
CMYK
RGB Variations
Color information
#C31281 (or 0xC31281) is known color: Medium Violet Red. HEX triplet: C3, 12 and 81. RGB value is (195,18,129). Sum of RGB (Red+Green+Blue) = 195+18+129=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C31281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31281 is #3CED7E. Grayscale: #535353. Windows color (decimal): -3992959 or 8458947. OLE color: 8458947.
HSL color Cylindrical-coordinate representation of color #C31281: hue angle of 322.37º 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 #C31281 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.24 |
| HSL | 322.37º | 0.83% | 0.42% | - |
| HSV(B) | 322.37º | 0.91% | 0.76% | - |
| XYZ | 26.68 | 13.62 | 21.99 | - |
| YUV | 83.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 129 | 0 | 0.91 | 0.34 | 0.24 | 322.37 | 0.83 | 0.42 |
| Hex | C3 | 12 | 81 | 0 | 5B | 22 | 18 | 142 | 53 | 2A |
| Octal | 303 | 22 | 201 | 0 | 133 | 42 | 30 | 502 | 123 | 52 |
| Binary | 11000011 | 10010 | 10000001 | 0 | 1011011 | 100010 | 11000 | 101000010 | 1010011 | 101010 |
Color Harmonies of #C31281
Complementary color
Monochromatic Colors of #C31281
Black with #C31281
Text Example
Text Example
White with #C31281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31281; }
p { color: rgb(195,18,129); }
H1.HeaderClassName
{
color: #C31281;
}
.AnyTagClassName
{
color: #C31281;
}
</style>
background-color css
<style>
a { background-color: #C31281; }
a { background-color: rgb(195,18,129); }
div.DivClassName
{
background-color: #C31281;
}
.BgClassName
{
background-color: #C31281;
}
</style>
border-color css
<style>
span { border-color: #C31281; }
span { border-color: rgb(195,18,129); }
td.TdClassName
{
border-color: #C31281;
}
.TagClassName
{
border-color: #C31281;
}
</style>