Shades of Medium Violet Red #C90281
Tints of Medium Violet Red #C90281
RGB
CMYK
RGB Variations
Color information
#C90281 (or 0xC90281) is known color: Medium Violet Red. HEX triplet: C9, 02 and 81. RGB value is (201,2,129). Sum of RGB (Red+Green+Blue) = 201+2+129=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C90281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90281 is #36FD7E. Grayscale: #4B4B4B. Windows color (decimal): -3603839 or 8454857. OLE color: 8454857.
HSL color Cylindrical-coordinate representation of color #C90281: hue angle of 321.71º 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 #C90281 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.21 |
| HSL | 321.71º | 0.98% | 0.4% | - |
| HSV(B) | 321.71º | 0.99% | 0.79% | - |
| XYZ | 28.07 | 14.05 | 22 | - |
| YUV | 75.98 | 157.93 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 129 | 0 | 0.99 | 0.36 | 0.21 | 321.71 | 0.98 | 0.4 |
| Hex | C9 | 2 | 81 | 0 | 63 | 24 | 15 | 142 | 62 | 28 |
| Octal | 311 | 2 | 201 | 0 | 143 | 44 | 25 | 502 | 142 | 50 |
| Binary | 11001001 | 10 | 10000001 | 0 | 1100011 | 100100 | 10101 | 101000010 | 1100010 | 101000 |
Color Harmonies of #C90281
Complementary color
Monochromatic Colors of #C90281
Black with #C90281
Text Example
Text Example
White with #C90281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90281; }
p { color: rgb(201,2,129); }
H1.HeaderClassName
{
color: #C90281;
}
.AnyTagClassName
{
color: #C90281;
}
</style>
background-color css
<style>
a { background-color: #C90281; }
a { background-color: rgb(201,2,129); }
div.DivClassName
{
background-color: #C90281;
}
.BgClassName
{
background-color: #C90281;
}
</style>
border-color css
<style>
span { border-color: #C90281; }
span { border-color: rgb(201,2,129); }
td.TdClassName
{
border-color: #C90281;
}
.TagClassName
{
border-color: #C90281;
}
</style>