Shades of Medium Violet Red #C31280
Tints of Medium Violet Red #C31280
RGB
CMYK
RGB Variations
Color information
#C31280 (or 0xC31280) is known color: Medium Violet Red. HEX triplet: C3, 12 and 80. RGB value is (195,18,128). Sum of RGB (Red+Green+Blue) = 195+18+128=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C31280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31280 is #3CED7F. Grayscale: #535353. Windows color (decimal): -3992960 or 8393411. OLE color: 8393411.
HSL color Cylindrical-coordinate representation of color #C31280: hue angle of 322.71º 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 #C31280 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.24 |
| HSL | 322.71º | 0.83% | 0.42% | - |
| HSV(B) | 322.71º | 0.91% | 0.76% | - |
| XYZ | 26.62 | 13.59 | 21.64 | - |
| YUV | 83.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 128 | 0 | 0.91 | 0.34 | 0.24 | 322.71 | 0.83 | 0.42 |
| Hex | C3 | 12 | 80 | 0 | 5B | 22 | 18 | 143 | 53 | 2A |
| Octal | 303 | 22 | 200 | 0 | 133 | 42 | 30 | 503 | 123 | 52 |
| Binary | 11000011 | 10010 | 10000000 | 0 | 1011011 | 100010 | 11000 | 101000011 | 1010011 | 101010 |
Color Harmonies of #C31280
Complementary color
Monochromatic Colors of #C31280
Black with #C31280
Text Example
Text Example
White with #C31280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31280; }
p { color: rgb(195,18,128); }
H1.HeaderClassName
{
color: #C31280;
}
.AnyTagClassName
{
color: #C31280;
}
</style>
background-color css
<style>
a { background-color: #C31280; }
a { background-color: rgb(195,18,128); }
div.DivClassName
{
background-color: #C31280;
}
.BgClassName
{
background-color: #C31280;
}
</style>
border-color css
<style>
span { border-color: #C31280; }
span { border-color: rgb(195,18,128); }
td.TdClassName
{
border-color: #C31280;
}
.TagClassName
{
border-color: #C31280;
}
</style>