Shades of Medium Violet Red #C00291
Tints of Medium Violet Red #C00291
RGB
CMYK
RGB Variations
Color information
#C00291 (or 0xC00291) is known color: Medium Violet Red. HEX triplet: C0, 02 and 91. RGB value is (192,2,145). Sum of RGB (Red+Green+Blue) = 192+2+145=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C00291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00291 is #3FFD6E. Grayscale: #4A4A4A. Windows color (decimal): -4193647 or 9503424. OLE color: 9503424.
HSL color Cylindrical-coordinate representation of color #C00291: hue angle of 314.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00291 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.25 |
| HSL | 314.84º | 0.98% | 0.38% | - |
| HSV(B) | 314.84º | 0.99% | 0.75% | - |
| XYZ | 26.87 | 13.29 | 27.94 | - |
| YUV | 75.11 | 167.45 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 145 | 0 | 0.99 | 0.24 | 0.25 | 314.84 | 0.98 | 0.38 |
| Hex | C0 | 2 | 91 | 0 | 63 | 18 | 19 | 13B | 62 | 26 |
| Octal | 300 | 2 | 221 | 0 | 143 | 30 | 31 | 473 | 142 | 46 |
| Binary | 11000000 | 10 | 10010001 | 0 | 1100011 | 11000 | 11001 | 100111011 | 1100010 | 100110 |
Color Harmonies of #C00291
Complementary color
Monochromatic Colors of #C00291
Black with #C00291
Text Example
Text Example
White with #C00291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00291; }
p { color: rgb(192,2,145); }
H1.HeaderClassName
{
color: #C00291;
}
.AnyTagClassName
{
color: #C00291;
}
</style>
background-color css
<style>
a { background-color: #C00291; }
a { background-color: rgb(192,2,145); }
div.DivClassName
{
background-color: #C00291;
}
.BgClassName
{
background-color: #C00291;
}
</style>
border-color css
<style>
span { border-color: #C00291; }
span { border-color: rgb(192,2,145); }
td.TdClassName
{
border-color: #C00291;
}
.TagClassName
{
border-color: #C00291;
}
</style>