Shades of Medium Violet Red #C31D6A
Tints of Medium Violet Red #C31D6A
RGB
CMYK
RGB Variations
Color information
#C31D6A (or 0xC31D6A) is known color: Medium Violet Red. HEX triplet: C3, 1D and 6A. RGB value is (195,29,106). Sum of RGB (Red+Green+Blue) = 195+29+106=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D6A is #3CE295. Grayscale: #575757. Windows color (decimal): -3990166 or 6954435. OLE color: 6954435.
HSL color Cylindrical-coordinate representation of color #C31D6A: hue angle of 332.17º 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 #C31D6A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 106 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.24 |
| HSL | 332.17º | 0.74% | 0.44% | - |
| HSV(B) | 332.17º | 0.85% | 0.76% | - |
| XYZ | 25.55 | 13.52 | 14.9 | - |
| YUV | 87.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 106 | 0 | 0.85 | 0.46 | 0.24 | 332.17 | 0.74 | 0.44 |
| Hex | C3 | 1D | 6A | 0 | 55 | 2E | 18 | 14C | 4A | 2C |
| Octal | 303 | 35 | 152 | 0 | 125 | 56 | 30 | 514 | 112 | 54 |
| Binary | 11000011 | 11101 | 1101010 | 0 | 1010101 | 101110 | 11000 | 101001100 | 1001010 | 101100 |
Color Harmonies of #C31D6A
Complementary color
Monochromatic Colors of #C31D6A
Black with #C31D6A
Text Example
Text Example
White with #C31D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D6A; }
p { color: rgb(195,29,106); }
H1.HeaderClassName
{
color: #C31D6A;
}
.AnyTagClassName
{
color: #C31D6A;
}
</style>
background-color css
<style>
a { background-color: #C31D6A; }
a { background-color: rgb(195,29,106); }
div.DivClassName
{
background-color: #C31D6A;
}
.BgClassName
{
background-color: #C31D6A;
}
</style>
border-color css
<style>
span { border-color: #C31D6A; }
span { border-color: rgb(195,29,106); }
td.TdClassName
{
border-color: #C31D6A;
}
.TagClassName
{
border-color: #C31D6A;
}
</style>