Shades of Medium Violet Red #C91FA3
Tints of Medium Violet Red #C91FA3
RGB
CMYK
RGB Variations
Color information
#C91FA3 (or 0xC91FA3) is known color: Medium Violet Red. HEX triplet: C9, 1F and A3. RGB value is (201,31,163). Sum of RGB (Red+Green+Blue) = 201+31+163=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91FA3 is #36E05C. Grayscale: #606060. Windows color (decimal): -3596381 or 10690505. OLE color: 10690505.
HSL color Cylindrical-coordinate representation of color #C91FA3: hue angle of 313.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91FA3 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 163 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.21 |
| HSL | 313.41º | 0.73% | 0.45% | - |
| HSV(B) | 313.41º | 0.85% | 0.79% | - |
| XYZ | 31.19 | 16.04 | 36.1 | - |
| YUV | 96.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 163 | 0 | 0.85 | 0.19 | 0.21 | 313.41 | 0.73 | 0.45 |
| Hex | C9 | 1F | A3 | 0 | 55 | 13 | 15 | 139 | 49 | 2D |
| Octal | 311 | 37 | 243 | 0 | 125 | 23 | 25 | 471 | 111 | 55 |
| Binary | 11001001 | 11111 | 10100011 | 0 | 1010101 | 10011 | 10101 | 100111001 | 1001001 | 101101 |
Color Harmonies of #C91FA3
Complementary color
Monochromatic Colors of #C91FA3
Black with #C91FA3
Text Example
Text Example
White with #C91FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FA3; }
p { color: rgb(201,31,163); }
H1.HeaderClassName
{
color: #C91FA3;
}
.AnyTagClassName
{
color: #C91FA3;
}
</style>
background-color css
<style>
a { background-color: #C91FA3; }
a { background-color: rgb(201,31,163); }
div.DivClassName
{
background-color: #C91FA3;
}
.BgClassName
{
background-color: #C91FA3;
}
</style>
border-color css
<style>
span { border-color: #C91FA3; }
span { border-color: rgb(201,31,163); }
td.TdClassName
{
border-color: #C91FA3;
}
.TagClassName
{
border-color: #C91FA3;
}
</style>