Shades of Medium Violet Red #C20970
Tints of Medium Violet Red #C20970
RGB
CMYK
RGB Variations
Color information
#C20970 (or 0xC20970) is known color: Medium Violet Red. HEX triplet: C2, 09 and 70. RGB value is (194,9,112). Sum of RGB (Red+Green+Blue) = 194+9+112=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C20970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20970 is #3DF68F. Grayscale: #4B4B4B. Windows color (decimal): -4060816 or 7342530. OLE color: 7342530.
HSL color Cylindrical-coordinate representation of color #C20970: hue angle of 326.59º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20970 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 112 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.24 |
| HSL | 326.59º | 0.91% | 0.4% | - |
| HSV(B) | 326.59º | 0.95% | 0.76% | - |
| XYZ | 25.27 | 12.83 | 16.47 | - |
| YUV | 76.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 112 | 0 | 0.95 | 0.42 | 0.24 | 326.59 | 0.91 | 0.4 |
| Hex | C2 | 9 | 70 | 0 | 5F | 2A | 18 | 147 | 5B | 28 |
| Octal | 302 | 11 | 160 | 0 | 137 | 52 | 30 | 507 | 133 | 50 |
| Binary | 11000010 | 1001 | 1110000 | 0 | 1011111 | 101010 | 11000 | 101000111 | 1011011 | 101000 |
Color Harmonies of #C20970
Complementary color
Monochromatic Colors of #C20970
Black with #C20970
Text Example
Text Example
White with #C20970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20970; }
p { color: rgb(194,9,112); }
H1.HeaderClassName
{
color: #C20970;
}
.AnyTagClassName
{
color: #C20970;
}
</style>
background-color css
<style>
a { background-color: #C20970; }
a { background-color: rgb(194,9,112); }
div.DivClassName
{
background-color: #C20970;
}
.BgClassName
{
background-color: #C20970;
}
</style>
border-color css
<style>
span { border-color: #C20970; }
span { border-color: rgb(194,9,112); }
td.TdClassName
{
border-color: #C20970;
}
.TagClassName
{
border-color: #C20970;
}
</style>