Shades of Medium Violet Red #C31285
Tints of Medium Violet Red #C31285
RGB
CMYK
RGB Variations
Color information
#C31285 (or 0xC31285) is known color: Medium Violet Red. HEX triplet: C3, 12 and 85. RGB value is (195,18,133). Sum of RGB (Red+Green+Blue) = 195+18+133=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31285 is #3CED7A. Grayscale: #535353. Windows color (decimal): -3992955 or 8721091. OLE color: 8721091.
HSL color Cylindrical-coordinate representation of color #C31285: hue angle of 321.02º 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 #C31285 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 133 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.24 |
| HSL | 321.02º | 0.83% | 0.42% | - |
| HSV(B) | 321.02º | 0.91% | 0.76% | - |
| XYZ | 26.96 | 13.73 | 23.42 | - |
| YUV | 84.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 133 | 0 | 0.91 | 0.32 | 0.24 | 321.02 | 0.83 | 0.42 |
| Hex | C3 | 12 | 85 | 0 | 5B | 20 | 18 | 141 | 53 | 2A |
| Octal | 303 | 22 | 205 | 0 | 133 | 40 | 30 | 501 | 123 | 52 |
| Binary | 11000011 | 10010 | 10000101 | 0 | 1011011 | 100000 | 11000 | 101000001 | 1010011 | 101010 |
Color Harmonies of #C31285
Complementary color
Monochromatic Colors of #C31285
Black with #C31285
Text Example
Text Example
White with #C31285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31285; }
p { color: rgb(195,18,133); }
H1.HeaderClassName
{
color: #C31285;
}
.AnyTagClassName
{
color: #C31285;
}
</style>
background-color css
<style>
a { background-color: #C31285; }
a { background-color: rgb(195,18,133); }
div.DivClassName
{
background-color: #C31285;
}
.BgClassName
{
background-color: #C31285;
}
</style>
border-color css
<style>
span { border-color: #C31285; }
span { border-color: rgb(195,18,133); }
td.TdClassName
{
border-color: #C31285;
}
.TagClassName
{
border-color: #C31285;
}
</style>