Shades of Medium Red Violet #C931A6
Tints of Medium Red Violet #C931A6
RGB
CMYK
RGB Variations
Color information
#C931A6 (or 0xC931A6) is known color: Medium Red Violet. HEX triplet: C9, 31 and A6. RGB value is (201,49,166). Sum of RGB (Red+Green+Blue) = 201+49+166=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C931A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C931A6 is #36CE59. Grayscale: #6B6B6B. Windows color (decimal): -3591770 or 10891721. OLE color: 10891721.
HSL color Cylindrical-coordinate representation of color #C931A6: hue angle of 313.82º 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 #C931A6 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 166 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.21 |
| HSL | 313.82º | 0.61% | 0.49% | - |
| HSV(B) | 313.82º | 0.76% | 0.79% | - |
| XYZ | 32.07 | 17.37 | 37.74 | - |
| YUV | 107.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 166 | 0 | 0.76 | 0.17 | 0.21 | 313.82 | 0.61 | 0.49 |
| Hex | C9 | 31 | A6 | 0 | 4C | 11 | 15 | 13A | 3D | 31 |
| Octal | 311 | 61 | 246 | 0 | 114 | 21 | 25 | 472 | 75 | 61 |
| Binary | 11001001 | 110001 | 10100110 | 0 | 1001100 | 10001 | 10101 | 100111010 | 111101 | 110001 |
Color Harmonies of #C931A6
Complementary color
Monochromatic Colors of #C931A6
Black with #C931A6
Text Example
Text Example
White with #C931A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931A6; }
p { color: rgb(201,49,166); }
H1.HeaderClassName
{
color: #C931A6;
}
.AnyTagClassName
{
color: #C931A6;
}
</style>
background-color css
<style>
a { background-color: #C931A6; }
a { background-color: rgb(201,49,166); }
div.DivClassName
{
background-color: #C931A6;
}
.BgClassName
{
background-color: #C931A6;
}
</style>
border-color css
<style>
span { border-color: #C931A6; }
span { border-color: rgb(201,49,166); }
td.TdClassName
{
border-color: #C931A6;
}
.TagClassName
{
border-color: #C931A6;
}
</style>