Shades of Medium Violet Red #C20270
Tints of Medium Violet Red #C20270
RGB
CMYK
RGB Variations
Color information
#C20270 (or 0xC20270) is known color: Medium Violet Red. HEX triplet: C2, 02 and 70. RGB value is (194,2,112). Sum of RGB (Red+Green+Blue) = 194+2+112=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C20270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20270 is #3DFD8F. Grayscale: #474747. Windows color (decimal): -4062608 or 7340738. OLE color: 7340738.
HSL color Cylindrical-coordinate representation of color #C20270: hue angle of 325.62º 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 #C20270 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.24 |
| HSL | 325.63º | 0.98% | 0.38% | - |
| HSV(B) | 325.63º | 0.99% | 0.76% | - |
| XYZ | 25.19 | 12.68 | 16.45 | - |
| YUV | 71.95 | 150.61 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 112 | 0 | 0.99 | 0.42 | 0.24 | 325.63 | 0.98 | 0.38 |
| Hex | C2 | 2 | 70 | 0 | 63 | 2A | 18 | 146 | 62 | 26 |
| Octal | 302 | 2 | 160 | 0 | 143 | 52 | 30 | 506 | 142 | 46 |
| Binary | 11000010 | 10 | 1110000 | 0 | 1100011 | 101010 | 11000 | 101000110 | 1100010 | 100110 |
Color Harmonies of #C20270
Complementary color
Monochromatic Colors of #C20270
Black with #C20270
Text Example
Text Example
White with #C20270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20270; }
p { color: rgb(194,2,112); }
H1.HeaderClassName
{
color: #C20270;
}
.AnyTagClassName
{
color: #C20270;
}
</style>
background-color css
<style>
a { background-color: #C20270; }
a { background-color: rgb(194,2,112); }
div.DivClassName
{
background-color: #C20270;
}
.BgClassName
{
background-color: #C20270;
}
</style>
border-color css
<style>
span { border-color: #C20270; }
span { border-color: rgb(194,2,112); }
td.TdClassName
{
border-color: #C20270;
}
.TagClassName
{
border-color: #C20270;
}
</style>