Shades of Medium Violet Red #C90294
Tints of Medium Violet Red #C90294
RGB
CMYK
RGB Variations
Color information
#C90294 (or 0xC90294) is known color: Medium Violet Red. HEX triplet: C9, 02 and 94. RGB value is (201,2,148). Sum of RGB (Red+Green+Blue) = 201+2+148=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C90294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90294 is #36FD6B. Grayscale: #4D4D4D. Windows color (decimal): -3603820 or 9700041. OLE color: 9700041.
HSL color Cylindrical-coordinate representation of color #C90294: hue angle of 315.98º 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 #C90294 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.21 |
| HSL | 315.98º | 0.98% | 0.4% | - |
| HSV(B) | 315.98º | 0.99% | 0.79% | - |
| XYZ | 29.45 | 14.6 | 29.28 | - |
| YUV | 78.15 | 167.43 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 148 | 0 | 0.99 | 0.26 | 0.21 | 315.98 | 0.98 | 0.4 |
| Hex | C9 | 2 | 94 | 0 | 63 | 1A | 15 | 13C | 62 | 28 |
| Octal | 311 | 2 | 224 | 0 | 143 | 32 | 25 | 474 | 142 | 50 |
| Binary | 11001001 | 10 | 10010100 | 0 | 1100011 | 11010 | 10101 | 100111100 | 1100010 | 101000 |
Color Harmonies of #C90294
Complementary color
Monochromatic Colors of #C90294
Black with #C90294
Text Example
Text Example
White with #C90294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90294; }
p { color: rgb(201,2,148); }
H1.HeaderClassName
{
color: #C90294;
}
.AnyTagClassName
{
color: #C90294;
}
</style>
background-color css
<style>
a { background-color: #C90294; }
a { background-color: rgb(201,2,148); }
div.DivClassName
{
background-color: #C90294;
}
.BgClassName
{
background-color: #C90294;
}
</style>
border-color css
<style>
span { border-color: #C90294; }
span { border-color: rgb(201,2,148); }
td.TdClassName
{
border-color: #C90294;
}
.TagClassName
{
border-color: #C90294;
}
</style>