Shades of Medium Violet Red #C31C92
Tints of Medium Violet Red #C31C92
RGB
CMYK
RGB Variations
Color information
#C31C92 (or 0xC31C92) is known color: Medium Violet Red. HEX triplet: C3, 1C and 92. RGB value is (195,28,146). Sum of RGB (Red+Green+Blue) = 195+28+146=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C92 is #3CE36D. Grayscale: #5B5B5B. Windows color (decimal): -3990382 or 9575619. OLE color: 9575619.
HSL color Cylindrical-coordinate representation of color #C31C92: hue angle of 317.6º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C92 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 146 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.24 |
| HSL | 317.6º | 0.75% | 0.44% | - |
| HSV(B) | 317.6º | 0.86% | 0.76% | - |
| XYZ | 28.11 | 14.51 | 28.51 | - |
| YUV | 91.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 146 | 0 | 0.86 | 0.25 | 0.24 | 317.6 | 0.75 | 0.44 |
| Hex | C3 | 1C | 92 | 0 | 56 | 19 | 18 | 13E | 4B | 2C |
| Octal | 303 | 34 | 222 | 0 | 126 | 31 | 30 | 476 | 113 | 54 |
| Binary | 11000011 | 11100 | 10010010 | 0 | 1010110 | 11001 | 11000 | 100111110 | 1001011 | 101100 |
Color Harmonies of #C31C92
Complementary color
Monochromatic Colors of #C31C92
Black with #C31C92
Text Example
Text Example
White with #C31C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C92; }
p { color: rgb(195,28,146); }
H1.HeaderClassName
{
color: #C31C92;
}
.AnyTagClassName
{
color: #C31C92;
}
</style>
background-color css
<style>
a { background-color: #C31C92; }
a { background-color: rgb(195,28,146); }
div.DivClassName
{
background-color: #C31C92;
}
.BgClassName
{
background-color: #C31C92;
}
</style>
border-color css
<style>
span { border-color: #C31C92; }
span { border-color: rgb(195,28,146); }
td.TdClassName
{
border-color: #C31C92;
}
.TagClassName
{
border-color: #C31C92;
}
</style>