Shades of Medium Violet Red #C90297
Tints of Medium Violet Red #C90297
RGB
CMYK
RGB Variations
Color information
#C90297 (or 0xC90297) is known color: Medium Violet Red. HEX triplet: C9, 02 and 97. RGB value is (201,2,151). Sum of RGB (Red+Green+Blue) = 201+2+151=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C90297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90297 is #36FD68. Grayscale: #4E4E4E. Windows color (decimal): -3603817 or 9896649. OLE color: 9896649.
HSL color Cylindrical-coordinate representation of color #C90297: hue angle of 315.08º 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 #C90297 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.21 |
| HSL | 315.08º | 0.98% | 0.4% | - |
| HSV(B) | 315.08º | 0.99% | 0.79% | - |
| XYZ | 29.7 | 14.7 | 30.55 | - |
| YUV | 78.49 | 168.93 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 151 | 0 | 0.99 | 0.25 | 0.21 | 315.08 | 0.98 | 0.4 |
| Hex | C9 | 2 | 97 | 0 | 63 | 19 | 15 | 13B | 62 | 28 |
| Octal | 311 | 2 | 227 | 0 | 143 | 31 | 25 | 473 | 142 | 50 |
| Binary | 11001001 | 10 | 10010111 | 0 | 1100011 | 11001 | 10101 | 100111011 | 1100010 | 101000 |
Color Harmonies of #C90297
Complementary color
Monochromatic Colors of #C90297
Black with #C90297
Text Example
Text Example
White with #C90297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90297; }
p { color: rgb(201,2,151); }
H1.HeaderClassName
{
color: #C90297;
}
.AnyTagClassName
{
color: #C90297;
}
</style>
background-color css
<style>
a { background-color: #C90297; }
a { background-color: rgb(201,2,151); }
div.DivClassName
{
background-color: #C90297;
}
.BgClassName
{
background-color: #C90297;
}
</style>
border-color css
<style>
span { border-color: #C90297; }
span { border-color: rgb(201,2,151); }
td.TdClassName
{
border-color: #C90297;
}
.TagClassName
{
border-color: #C90297;
}
</style>