Shades of Medium Violet Red #C20298
Tints of Medium Violet Red #C20298
RGB
CMYK
RGB Variations
Color information
#C20298 (or 0xC20298) is known color: Medium Violet Red. HEX triplet: C2, 02 and 98. RGB value is (194,2,152). Sum of RGB (Red+Green+Blue) = 194+2+152=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20298 is #3DFD67. Grayscale: #4C4C4C. Windows color (decimal): -4062568 or 9962178. OLE color: 9962178.
HSL color Cylindrical-coordinate representation of color #C20298: hue angle of 313.12º 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 #C20298 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.24 |
| HSL | 313.13º | 0.98% | 0.38% | - |
| HSV(B) | 313.13º | 0.99% | 0.76% | - |
| XYZ | 27.94 | 13.78 | 30.89 | - |
| YUV | 76.51 | 170.61 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 152 | 0 | 0.99 | 0.22 | 0.24 | 313.13 | 0.98 | 0.38 |
| Hex | C2 | 2 | 98 | 0 | 63 | 16 | 18 | 139 | 62 | 26 |
| Octal | 302 | 2 | 230 | 0 | 143 | 26 | 30 | 471 | 142 | 46 |
| Binary | 11000010 | 10 | 10011000 | 0 | 1100011 | 10110 | 11000 | 100111001 | 1100010 | 100110 |
Color Harmonies of #C20298
Complementary color
Monochromatic Colors of #C20298
Black with #C20298
Text Example
Text Example
White with #C20298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20298; }
p { color: rgb(194,2,152); }
H1.HeaderClassName
{
color: #C20298;
}
.AnyTagClassName
{
color: #C20298;
}
</style>
background-color css
<style>
a { background-color: #C20298; }
a { background-color: rgb(194,2,152); }
div.DivClassName
{
background-color: #C20298;
}
.BgClassName
{
background-color: #C20298;
}
</style>
border-color css
<style>
span { border-color: #C20298; }
span { border-color: rgb(194,2,152); }
td.TdClassName
{
border-color: #C20298;
}
.TagClassName
{
border-color: #C20298;
}
</style>