Shades of Medium Violet Red #C20297
Tints of Medium Violet Red #C20297
RGB
CMYK
RGB Variations
Color information
#C20297 (or 0xC20297) is known color: Medium Violet Red. HEX triplet: C2, 02 and 97. RGB value is (194,2,151). Sum of RGB (Red+Green+Blue) = 194+2+151=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C20297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20297 is #3DFD68. Grayscale: #4B4B4B. Windows color (decimal): -4062569 or 9896642. OLE color: 9896642.
HSL color Cylindrical-coordinate representation of color #C20297: hue angle of 313.44º 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 #C20297 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.24 |
| HSL | 313.44º | 0.98% | 0.38% | - |
| HSV(B) | 313.44º | 0.99% | 0.76% | - |
| XYZ | 27.86 | 13.75 | 30.46 | - |
| YUV | 76.39 | 170.11 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 151 | 0 | 0.99 | 0.22 | 0.24 | 313.44 | 0.98 | 0.38 |
| Hex | C2 | 2 | 97 | 0 | 63 | 16 | 18 | 139 | 62 | 26 |
| Octal | 302 | 2 | 227 | 0 | 143 | 26 | 30 | 471 | 142 | 46 |
| Binary | 11000010 | 10 | 10010111 | 0 | 1100011 | 10110 | 11000 | 100111001 | 1100010 | 100110 |
Color Harmonies of #C20297
Complementary color
Monochromatic Colors of #C20297
Black with #C20297
Text Example
Text Example
White with #C20297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20297; }
p { color: rgb(194,2,151); }
H1.HeaderClassName
{
color: #C20297;
}
.AnyTagClassName
{
color: #C20297;
}
</style>
background-color css
<style>
a { background-color: #C20297; }
a { background-color: rgb(194,2,151); }
div.DivClassName
{
background-color: #C20297;
}
.BgClassName
{
background-color: #C20297;
}
</style>
border-color css
<style>
span { border-color: #C20297; }
span { border-color: rgb(194,2,151); }
td.TdClassName
{
border-color: #C20297;
}
.TagClassName
{
border-color: #C20297;
}
</style>