Shades of Medium Violet Red #C90479
Tints of Medium Violet Red #C90479
RGB
CMYK
RGB Variations
Color information
#C90479 (or 0xC90479) is known color: Medium Violet Red. HEX triplet: C9, 04 and 79. RGB value is (201,4,121). Sum of RGB (Red+Green+Blue) = 201+4+121=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C90479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90479 is #36FB86. Grayscale: #4B4B4B. Windows color (decimal): -3603335 or 7931081. OLE color: 7931081.
HSL color Cylindrical-coordinate representation of color #C90479: hue angle of 324.37º degrees, saturation: 0.96, 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 #C90479 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.21 |
| HSL | 324.37º | 0.96% | 0.4% | - |
| HSV(B) | 324.37º | 0.98% | 0.79% | - |
| XYZ | 27.58 | 13.88 | 19.32 | - |
| YUV | 76.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 121 | 0 | 0.98 | 0.40 | 0.21 | 324.37 | 0.96 | 0.4 |
| Hex | C9 | 4 | 79 | 0 | 62 | 28 | 15 | 144 | 60 | 28 |
| Octal | 311 | 4 | 171 | 0 | 142 | 50 | 25 | 504 | 140 | 50 |
| Binary | 11001001 | 100 | 1111001 | 0 | 1100010 | 101000 | 10101 | 101000100 | 1100000 | 101000 |
Color Harmonies of #C90479
Complementary color
Monochromatic Colors of #C90479
Black with #C90479
Text Example
Text Example
White with #C90479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90479; }
p { color: rgb(201,4,121); }
H1.HeaderClassName
{
color: #C90479;
}
.AnyTagClassName
{
color: #C90479;
}
</style>
background-color css
<style>
a { background-color: #C90479; }
a { background-color: rgb(201,4,121); }
div.DivClassName
{
background-color: #C90479;
}
.BgClassName
{
background-color: #C90479;
}
</style>
border-color css
<style>
span { border-color: #C90479; }
span { border-color: rgb(201,4,121); }
td.TdClassName
{
border-color: #C90479;
}
.TagClassName
{
border-color: #C90479;
}
</style>