Shades of Medium Violet Red #C20291
Tints of Medium Violet Red #C20291
RGB
CMYK
RGB Variations
Color information
#C20291 (or 0xC20291) is known color: Medium Violet Red. HEX triplet: C2, 02 and 91. RGB value is (194,2,145). Sum of RGB (Red+Green+Blue) = 194+2+145=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C20291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20291 is #3DFD6E. Grayscale: #4B4B4B. Windows color (decimal): -4062575 or 9503426. OLE color: 9503426.
HSL color Cylindrical-coordinate representation of color #C20291: hue angle of 315.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20291 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.24 |
| HSL | 315.31º | 0.98% | 0.38% | - |
| HSV(B) | 315.31º | 0.99% | 0.76% | - |
| XYZ | 27.38 | 13.56 | 27.96 | - |
| YUV | 75.71 | 167.11 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 145 | 0 | 0.99 | 0.25 | 0.24 | 315.31 | 0.98 | 0.38 |
| Hex | C2 | 2 | 91 | 0 | 63 | 19 | 18 | 13B | 62 | 26 |
| Octal | 302 | 2 | 221 | 0 | 143 | 31 | 30 | 473 | 142 | 46 |
| Binary | 11000010 | 10 | 10010001 | 0 | 1100011 | 11001 | 11000 | 100111011 | 1100010 | 100110 |
Color Harmonies of #C20291
Complementary color
Monochromatic Colors of #C20291
Black with #C20291
Text Example
Text Example
White with #C20291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20291; }
p { color: rgb(194,2,145); }
H1.HeaderClassName
{
color: #C20291;
}
.AnyTagClassName
{
color: #C20291;
}
</style>
background-color css
<style>
a { background-color: #C20291; }
a { background-color: rgb(194,2,145); }
div.DivClassName
{
background-color: #C20291;
}
.BgClassName
{
background-color: #C20291;
}
</style>
border-color css
<style>
span { border-color: #C20291; }
span { border-color: rgb(194,2,145); }
td.TdClassName
{
border-color: #C20291;
}
.TagClassName
{
border-color: #C20291;
}
</style>