Shades of Medium Violet Red #C31485
Tints of Medium Violet Red #C31485
RGB
CMYK
RGB Variations
Color information
#C31485 (or 0xC31485) is known color: Medium Violet Red. HEX triplet: C3, 14 and 85. RGB value is (195,20,133). Sum of RGB (Red+Green+Blue) = 195+20+133=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C31485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31485 is #3CEB7A. Grayscale: #545454. Windows color (decimal): -3992443 or 8721603. OLE color: 8721603.
HSL color Cylindrical-coordinate representation of color #C31485: hue angle of 321.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31485 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 133 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.24 |
| HSL | 321.26º | 0.81% | 0.42% | - |
| HSV(B) | 321.26º | 0.9% | 0.76% | - |
| XYZ | 26.99 | 13.8 | 23.43 | - |
| YUV | 85.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 133 | 0 | 0.90 | 0.32 | 0.24 | 321.26 | 0.81 | 0.42 |
| Hex | C3 | 14 | 85 | 0 | 5A | 20 | 18 | 141 | 51 | 2A |
| Octal | 303 | 24 | 205 | 0 | 132 | 40 | 30 | 501 | 121 | 52 |
| Binary | 11000011 | 10100 | 10000101 | 0 | 1011010 | 100000 | 11000 | 101000001 | 1010001 | 101010 |
Color Harmonies of #C31485
Complementary color
Monochromatic Colors of #C31485
Black with #C31485
Text Example
Text Example
White with #C31485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31485; }
p { color: rgb(195,20,133); }
H1.HeaderClassName
{
color: #C31485;
}
.AnyTagClassName
{
color: #C31485;
}
</style>
background-color css
<style>
a { background-color: #C31485; }
a { background-color: rgb(195,20,133); }
div.DivClassName
{
background-color: #C31485;
}
.BgClassName
{
background-color: #C31485;
}
</style>
border-color css
<style>
span { border-color: #C31485; }
span { border-color: rgb(195,20,133); }
td.TdClassName
{
border-color: #C31485;
}
.TagClassName
{
border-color: #C31485;
}
</style>