Shades of Medium Violet Red #C31592
Tints of Medium Violet Red #C31592
RGB
CMYK
RGB Variations
Color information
#C31592 (or 0xC31592) is known color: Medium Violet Red. HEX triplet: C3, 15 and 92. RGB value is (195,21,146). Sum of RGB (Red+Green+Blue) = 195+21+146=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C31592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31592 is #3CEA6D. Grayscale: #565656. Windows color (decimal): -3992174 or 9573827. OLE color: 9573827.
HSL color Cylindrical-coordinate representation of color #C31592: hue angle of 316.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31592 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 146 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.24 |
| HSL | 316.9º | 0.81% | 0.42% | - |
| HSV(B) | 316.9º | 0.89% | 0.76% | - |
| XYZ | 27.96 | 14.21 | 28.46 | - |
| YUV | 87.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 146 | 0 | 0.89 | 0.25 | 0.24 | 316.9 | 0.81 | 0.42 |
| Hex | C3 | 15 | 92 | 0 | 59 | 19 | 18 | 13D | 51 | 2A |
| Octal | 303 | 25 | 222 | 0 | 131 | 31 | 30 | 475 | 121 | 52 |
| Binary | 11000011 | 10101 | 10010010 | 0 | 1011001 | 11001 | 11000 | 100111101 | 1010001 | 101010 |
Color Harmonies of #C31592
Complementary color
Monochromatic Colors of #C31592
Black with #C31592
Text Example
Text Example
White with #C31592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31592; }
p { color: rgb(195,21,146); }
H1.HeaderClassName
{
color: #C31592;
}
.AnyTagClassName
{
color: #C31592;
}
</style>
background-color css
<style>
a { background-color: #C31592; }
a { background-color: rgb(195,21,146); }
div.DivClassName
{
background-color: #C31592;
}
.BgClassName
{
background-color: #C31592;
}
</style>
border-color css
<style>
span { border-color: #C31592; }
span { border-color: rgb(195,21,146); }
td.TdClassName
{
border-color: #C31592;
}
.TagClassName
{
border-color: #C31592;
}
</style>