Shades of Medium Red Violet #C931AA
Tints of Medium Red Violet #C931AA
RGB
CMYK
RGB Variations
Color information
#C931AA (or 0xC931AA) is known color: Medium Red Violet. HEX triplet: C9, 31 and AA. RGB value is (201,49,170). Sum of RGB (Red+Green+Blue) = 201+49+170=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C931AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C931AA is #36CE55. Grayscale: #6B6B6B. Windows color (decimal): -3591766 or 11153865. OLE color: 11153865.
HSL color Cylindrical-coordinate representation of color #C931AA: hue angle of 312.24º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C931AA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 170 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.21 |
| HSL | 312.24º | 0.61% | 0.49% | - |
| HSV(B) | 312.24º | 0.76% | 0.79% | - |
| XYZ | 32.44 | 17.52 | 39.7 | - |
| YUV | 108.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 170 | 0 | 0.76 | 0.15 | 0.21 | 312.24 | 0.61 | 0.49 |
| Hex | C9 | 31 | AA | 0 | 4C | F | 15 | 138 | 3D | 31 |
| Octal | 311 | 61 | 252 | 0 | 114 | 17 | 25 | 470 | 75 | 61 |
| Binary | 11001001 | 110001 | 10101010 | 0 | 1001100 | 1111 | 10101 | 100111000 | 111101 | 110001 |
Color Harmonies of #C931AA
Complementary color
Monochromatic Colors of #C931AA
Black with #C931AA
Text Example
Text Example
White with #C931AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931AA; }
p { color: rgb(201,49,170); }
H1.HeaderClassName
{
color: #C931AA;
}
.AnyTagClassName
{
color: #C931AA;
}
</style>
background-color css
<style>
a { background-color: #C931AA; }
a { background-color: rgb(201,49,170); }
div.DivClassName
{
background-color: #C931AA;
}
.BgClassName
{
background-color: #C931AA;
}
</style>
border-color css
<style>
span { border-color: #C931AA; }
span { border-color: rgb(201,49,170); }
td.TdClassName
{
border-color: #C931AA;
}
.TagClassName
{
border-color: #C931AA;
}
</style>