Shades of Medium Violet Red #C31D93
Tints of Medium Violet Red #C31D93
RGB
CMYK
RGB Variations
Color information
#C31D93 (or 0xC31D93) is known color: Medium Violet Red. HEX triplet: C3, 1D and 93. RGB value is (195,29,147). Sum of RGB (Red+Green+Blue) = 195+29+147=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D93 is #3CE26C. Grayscale: #5B5B5B. Windows color (decimal): -3990125 or 9641411. OLE color: 9641411.
HSL color Cylindrical-coordinate representation of color #C31D93: hue angle of 317.35º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D93 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 147 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.24 |
| HSL | 317.35º | 0.74% | 0.44% | - |
| HSV(B) | 317.35º | 0.85% | 0.76% | - |
| XYZ | 28.21 | 14.59 | 28.93 | - |
| YUV | 92.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 147 | 0 | 0.85 | 0.25 | 0.24 | 317.35 | 0.74 | 0.44 |
| Hex | C3 | 1D | 93 | 0 | 55 | 19 | 18 | 13D | 4A | 2C |
| Octal | 303 | 35 | 223 | 0 | 125 | 31 | 30 | 475 | 112 | 54 |
| Binary | 11000011 | 11101 | 10010011 | 0 | 1010101 | 11001 | 11000 | 100111101 | 1001010 | 101100 |
Color Harmonies of #C31D93
Complementary color
Monochromatic Colors of #C31D93
Black with #C31D93
Text Example
Text Example
White with #C31D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D93; }
p { color: rgb(195,29,147); }
H1.HeaderClassName
{
color: #C31D93;
}
.AnyTagClassName
{
color: #C31D93;
}
</style>
background-color css
<style>
a { background-color: #C31D93; }
a { background-color: rgb(195,29,147); }
div.DivClassName
{
background-color: #C31D93;
}
.BgClassName
{
background-color: #C31D93;
}
</style>
border-color css
<style>
span { border-color: #C31D93; }
span { border-color: rgb(195,29,147); }
td.TdClassName
{
border-color: #C31D93;
}
.TagClassName
{
border-color: #C31D93;
}
</style>