Shades of Medium Violet Red #C90384
Tints of Medium Violet Red #C90384
RGB
CMYK
RGB Variations
Color information
#C90384 (or 0xC90384) is known color: Medium Violet Red. HEX triplet: C9, 03 and 84. RGB value is (201,3,132). Sum of RGB (Red+Green+Blue) = 201+3+132=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C90384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90384 is #36FC7B. Grayscale: #4C4C4C. Windows color (decimal): -3603580 or 8651721. OLE color: 8651721.
HSL color Cylindrical-coordinate representation of color #C90384: hue angle of 320.91º degrees, saturation: 0.97, 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 #C90384 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.21 |
| HSL | 320.91º | 0.97% | 0.4% | - |
| HSV(B) | 320.91º | 0.99% | 0.79% | - |
| XYZ | 28.28 | 14.15 | 23.07 | - |
| YUV | 76.91 | 159.1 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 132 | 0 | 0.99 | 0.34 | 0.21 | 320.91 | 0.97 | 0.4 |
| Hex | C9 | 3 | 84 | 0 | 63 | 22 | 15 | 141 | 61 | 28 |
| Octal | 311 | 3 | 204 | 0 | 143 | 42 | 25 | 501 | 141 | 50 |
| Binary | 11001001 | 11 | 10000100 | 0 | 1100011 | 100010 | 10101 | 101000001 | 1100001 | 101000 |
Color Harmonies of #C90384
Complementary color
Monochromatic Colors of #C90384
Black with #C90384
Text Example
Text Example
White with #C90384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90384; }
p { color: rgb(201,3,132); }
H1.HeaderClassName
{
color: #C90384;
}
.AnyTagClassName
{
color: #C90384;
}
</style>
background-color css
<style>
a { background-color: #C90384; }
a { background-color: rgb(201,3,132); }
div.DivClassName
{
background-color: #C90384;
}
.BgClassName
{
background-color: #C90384;
}
</style>
border-color css
<style>
span { border-color: #C90384; }
span { border-color: rgb(201,3,132); }
td.TdClassName
{
border-color: #C90384;
}
.TagClassName
{
border-color: #C90384;
}
</style>