Shades of Medium Violet Red #C90271
Tints of Medium Violet Red #C90271
RGB
CMYK
RGB Variations
Color information
#C90271 (or 0xC90271) is known color: Medium Violet Red. HEX triplet: C9, 02 and 71. RGB value is (201,2,113). Sum of RGB (Red+Green+Blue) = 201+2+113=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C90271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90271 is #36FD8E. Grayscale: #494949. Windows color (decimal): -3603855 or 7406281. OLE color: 7406281.
HSL color Cylindrical-coordinate representation of color #C90271: hue angle of 326.53º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90271 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.21 |
| HSL | 326.53º | 0.98% | 0.4% | - |
| HSV(B) | 326.53º | 0.99% | 0.79% | - |
| XYZ | 27.09 | 13.65 | 16.83 | - |
| YUV | 74.16 | 149.93 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 113 | 0 | 0.99 | 0.44 | 0.21 | 326.53 | 0.98 | 0.4 |
| Hex | C9 | 2 | 71 | 0 | 63 | 2C | 15 | 147 | 62 | 28 |
| Octal | 311 | 2 | 161 | 0 | 143 | 54 | 25 | 507 | 142 | 50 |
| Binary | 11001001 | 10 | 1110001 | 0 | 1100011 | 101100 | 10101 | 101000111 | 1100010 | 101000 |
Color Harmonies of #C90271
Complementary color
Monochromatic Colors of #C90271
Black with #C90271
Text Example
Text Example
White with #C90271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90271; }
p { color: rgb(201,2,113); }
H1.HeaderClassName
{
color: #C90271;
}
.AnyTagClassName
{
color: #C90271;
}
</style>
background-color css
<style>
a { background-color: #C90271; }
a { background-color: rgb(201,2,113); }
div.DivClassName
{
background-color: #C90271;
}
.BgClassName
{
background-color: #C90271;
}
</style>
border-color css
<style>
span { border-color: #C90271; }
span { border-color: rgb(201,2,113); }
td.TdClassName
{
border-color: #C90271;
}
.TagClassName
{
border-color: #C90271;
}
</style>