Shades of Medium Violet Red #C2019C
Tints of Medium Violet Red #C2019C
RGB
CMYK
RGB Variations
Color information
#C2019C (or 0xC2019C) is known color: Medium Violet Red. HEX triplet: C2, 01 and 9C. RGB value is (194,1,156). Sum of RGB (Red+Green+Blue) = 194+1+156=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2019C is #3DFE63. Grayscale: #4B4B4B. Windows color (decimal): -4062820 or 10224066. OLE color: 10224066.
HSL color Cylindrical-coordinate representation of color #C2019C: hue angle of 311.81º degrees, saturation: 0.99, 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 #C2019C is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.24 |
| HSL | 311.81º | 0.99% | 0.38% | - |
| HSV(B) | 311.81º | 0.99% | 0.76% | - |
| XYZ | 28.26 | 13.89 | 32.64 | - |
| YUV | 76.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 156 | 0 | 0.99 | 0.20 | 0.24 | 311.81 | 0.99 | 0.38 |
| Hex | C2 | 1 | 9C | 0 | 63 | 14 | 18 | 138 | 63 | 26 |
| Octal | 302 | 1 | 234 | 0 | 143 | 24 | 30 | 470 | 143 | 46 |
| Binary | 11000010 | 1 | 10011100 | 0 | 1100011 | 10100 | 11000 | 100111000 | 1100011 | 100110 |
Color Harmonies of #C2019C
Complementary color
Monochromatic Colors of #C2019C
Black with #C2019C
Text Example
Text Example
White with #C2019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2019C; }
p { color: rgb(194,1,156); }
H1.HeaderClassName
{
color: #C2019C;
}
.AnyTagClassName
{
color: #C2019C;
}
</style>
background-color css
<style>
a { background-color: #C2019C; }
a { background-color: rgb(194,1,156); }
div.DivClassName
{
background-color: #C2019C;
}
.BgClassName
{
background-color: #C2019C;
}
</style>
border-color css
<style>
span { border-color: #C2019C; }
span { border-color: rgb(194,1,156); }
td.TdClassName
{
border-color: #C2019C;
}
.TagClassName
{
border-color: #C2019C;
}
</style>