Shades of Medium Violet Red #C31892
Tints of Medium Violet Red #C31892
RGB
CMYK
RGB Variations
Color information
#C31892 (or 0xC31892) is known color: Medium Violet Red. HEX triplet: C3, 18 and 92. RGB value is (195,24,146). Sum of RGB (Red+Green+Blue) = 195+24+146=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31892 is #3CE76D. Grayscale: #585858. Windows color (decimal): -3991406 or 9574595. OLE color: 9574595.
HSL color Cylindrical-coordinate representation of color #C31892: hue angle of 317.19º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31892 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 146 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.24 |
| HSL | 317.19º | 0.78% | 0.43% | - |
| HSV(B) | 317.19º | 0.88% | 0.76% | - |
| XYZ | 28.02 | 14.33 | 28.48 | - |
| YUV | 89.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 146 | 0 | 0.88 | 0.25 | 0.24 | 317.19 | 0.78 | 0.43 |
| Hex | C3 | 18 | 92 | 0 | 58 | 19 | 18 | 13D | 4E | 2B |
| Octal | 303 | 30 | 222 | 0 | 130 | 31 | 30 | 475 | 116 | 53 |
| Binary | 11000011 | 11000 | 10010010 | 0 | 1011000 | 11001 | 11000 | 100111101 | 1001110 | 101011 |
Color Harmonies of #C31892
Complementary color
Monochromatic Colors of #C31892
Black with #C31892
Text Example
Text Example
White with #C31892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31892; }
p { color: rgb(195,24,146); }
H1.HeaderClassName
{
color: #C31892;
}
.AnyTagClassName
{
color: #C31892;
}
</style>
background-color css
<style>
a { background-color: #C31892; }
a { background-color: rgb(195,24,146); }
div.DivClassName
{
background-color: #C31892;
}
.BgClassName
{
background-color: #C31892;
}
</style>
border-color css
<style>
span { border-color: #C31892; }
span { border-color: rgb(195,24,146); }
td.TdClassName
{
border-color: #C31892;
}
.TagClassName
{
border-color: #C31892;
}
</style>