Shades of Medium Violet Red #C20098
Tints of Medium Violet Red #C20098
RGB
CMYK
RGB Variations
Color information
#C20098 (or 0xC20098) is known color: Medium Violet Red. HEX triplet: C2, 00 and 98. RGB value is (194,0,152). Sum of RGB (Red+Green+Blue) = 194+0+152=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C20098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20098 is #3DFF67. Grayscale: #4A4A4A. Windows color (decimal): -4063080 or 9961666. OLE color: 9961666.
HSL color Cylindrical-coordinate representation of color #C20098: hue angle of 312.99º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20098 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.22 | 0.24 |
| HSL | 312.99º | 1% | 0.38% | - |
| HSV(B) | 312.99º | 1% | 0.76% | - |
| XYZ | 27.92 | 13.74 | 30.89 | - |
| YUV | 75.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 152 | 0 | 1 | 0.22 | 0.24 | 312.99 | 1 | 0.38 |
| Hex | C2 | 0 | 98 | 0 | 64 | 16 | 18 | 139 | 64 | 26 |
| Octal | 302 | 0 | 230 | 0 | 144 | 26 | 30 | 471 | 144 | 46 |
| Binary | 11000010 | 0 | 10011000 | 0 | 1100100 | 10110 | 11000 | 100111001 | 1100100 | 100110 |
Color Harmonies of #C20098
Complementary color
Monochromatic Colors of #C20098
Black with #C20098
Text Example
Text Example
White with #C20098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20098; }
p { color: rgb(194,0,152); }
H1.HeaderClassName
{
color: #C20098;
}
.AnyTagClassName
{
color: #C20098;
}
</style>
background-color css
<style>
a { background-color: #C20098; }
a { background-color: rgb(194,0,152); }
div.DivClassName
{
background-color: #C20098;
}
.BgClassName
{
background-color: #C20098;
}
</style>
border-color css
<style>
span { border-color: #C20098; }
span { border-color: rgb(194,0,152); }
td.TdClassName
{
border-color: #C20098;
}
.TagClassName
{
border-color: #C20098;
}
</style>