Shades of Medium Violet Red #C31DAA
Tints of Medium Violet Red #C31DAA
RGB
CMYK
RGB Variations
Color information
#C31DAA (or 0xC31DAA) is known color: Medium Violet Red. HEX triplet: C3, 1D and AA. RGB value is (195,29,170). Sum of RGB (Red+Green+Blue) = 195+29+170=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31DAA is #3CE255. Grayscale: #5E5E5E. Windows color (decimal): -3990102 or 11148739. OLE color: 11148739.
HSL color Cylindrical-coordinate representation of color #C31DAA: hue angle of 309.04º 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 #C31DAA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 170 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.24 |
| HSL | 309.04º | 0.74% | 0.44% | - |
| HSV(B) | 309.04º | 0.85% | 0.76% | - |
| XYZ | 30.2 | 15.38 | 39.41 | - |
| YUV | 94.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 170 | 0 | 0.85 | 0.13 | 0.24 | 309.04 | 0.74 | 0.44 |
| Hex | C3 | 1D | AA | 0 | 55 | D | 18 | 135 | 4A | 2C |
| Octal | 303 | 35 | 252 | 0 | 125 | 15 | 30 | 465 | 112 | 54 |
| Binary | 11000011 | 11101 | 10101010 | 0 | 1010101 | 1101 | 11000 | 100110101 | 1001010 | 101100 |
Color Harmonies of #C31DAA
Complementary color
Monochromatic Colors of #C31DAA
Black with #C31DAA
Text Example
Text Example
White with #C31DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DAA; }
p { color: rgb(195,29,170); }
H1.HeaderClassName
{
color: #C31DAA;
}
.AnyTagClassName
{
color: #C31DAA;
}
</style>
background-color css
<style>
a { background-color: #C31DAA; }
a { background-color: rgb(195,29,170); }
div.DivClassName
{
background-color: #C31DAA;
}
.BgClassName
{
background-color: #C31DAA;
}
</style>
border-color css
<style>
span { border-color: #C31DAA; }
span { border-color: rgb(195,29,170); }
td.TdClassName
{
border-color: #C31DAA;
}
.TagClassName
{
border-color: #C31DAA;
}
</style>