Shades of Medium Red Violet #C931A3
Tints of Medium Red Violet #C931A3
RGB
CMYK
RGB Variations
Color information
#C931A3 (or 0xC931A3) is known color: Medium Red Violet. HEX triplet: C9, 31 and A3. RGB value is (201,49,163). Sum of RGB (Red+Green+Blue) = 201+49+163=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C931A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C931A3 is #36CE5C. Grayscale: #6B6B6B. Windows color (decimal): -3591773 or 10695113. OLE color: 10695113.
HSL color Cylindrical-coordinate representation of color #C931A3: hue angle of 315º 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 #C931A3 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 163 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.21 |
| HSL | 315º | 0.61% | 0.49% | - |
| HSV(B) | 315º | 0.76% | 0.79% | - |
| XYZ | 31.8 | 17.26 | 36.31 | - |
| YUV | 107.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 163 | 0 | 0.76 | 0.19 | 0.21 | 315 | 0.61 | 0.49 |
| Hex | C9 | 31 | A3 | 0 | 4C | 13 | 15 | 13B | 3D | 31 |
| Octal | 311 | 61 | 243 | 0 | 114 | 23 | 25 | 473 | 75 | 61 |
| Binary | 11001001 | 110001 | 10100011 | 0 | 1001100 | 10011 | 10101 | 100111011 | 111101 | 110001 |
Color Harmonies of #C931A3
Complementary color
Monochromatic Colors of #C931A3
Black with #C931A3
Text Example
Text Example
White with #C931A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931A3; }
p { color: rgb(201,49,163); }
H1.HeaderClassName
{
color: #C931A3;
}
.AnyTagClassName
{
color: #C931A3;
}
</style>
background-color css
<style>
a { background-color: #C931A3; }
a { background-color: rgb(201,49,163); }
div.DivClassName
{
background-color: #C931A3;
}
.BgClassName
{
background-color: #C931A3;
}
</style>
border-color css
<style>
span { border-color: #C931A3; }
span { border-color: rgb(201,49,163); }
td.TdClassName
{
border-color: #C931A3;
}
.TagClassName
{
border-color: #C931A3;
}
</style>