Shades of Medium Violet Red #C90581
Tints of Medium Violet Red #C90581
RGB
CMYK
RGB Variations
Color information
#C90581 (or 0xC90581) is known color: Medium Violet Red. HEX triplet: C9, 05 and 81. RGB value is (201,5,129). Sum of RGB (Red+Green+Blue) = 201+5+129=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C90581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90581 is #36FA7E. Grayscale: #4D4D4D. Windows color (decimal): -3603071 or 8455625. OLE color: 8455625.
HSL color Cylindrical-coordinate representation of color #C90581: hue angle of 322.04º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90581 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.21 |
| HSL | 322.04º | 0.95% | 0.4% | - |
| HSV(B) | 322.04º | 0.98% | 0.79% | - |
| XYZ | 28.1 | 14.11 | 22.01 | - |
| YUV | 77.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 129 | 0 | 0.98 | 0.36 | 0.21 | 322.04 | 0.95 | 0.4 |
| Hex | C9 | 5 | 81 | 0 | 62 | 24 | 15 | 142 | 5F | 28 |
| Octal | 311 | 5 | 201 | 0 | 142 | 44 | 25 | 502 | 137 | 50 |
| Binary | 11001001 | 101 | 10000001 | 0 | 1100010 | 100100 | 10101 | 101000010 | 1011111 | 101000 |
Color Harmonies of #C90581
Complementary color
Monochromatic Colors of #C90581
Black with #C90581
Text Example
Text Example
White with #C90581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90581; }
p { color: rgb(201,5,129); }
H1.HeaderClassName
{
color: #C90581;
}
.AnyTagClassName
{
color: #C90581;
}
</style>
background-color css
<style>
a { background-color: #C90581; }
a { background-color: rgb(201,5,129); }
div.DivClassName
{
background-color: #C90581;
}
.BgClassName
{
background-color: #C90581;
}
</style>
border-color css
<style>
span { border-color: #C90581; }
span { border-color: rgb(201,5,129); }
td.TdClassName
{
border-color: #C90581;
}
.TagClassName
{
border-color: #C90581;
}
</style>