Shades of Medium Violet Red #C2029B
Tints of Medium Violet Red #C2029B
RGB
CMYK
RGB Variations
Color information
#C2029B (or 0xC2029B) is known color: Medium Violet Red. HEX triplet: C2, 02 and 9B. RGB value is (194,2,155). Sum of RGB (Red+Green+Blue) = 194+2+155=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2029B is #3DFD64. Grayscale: #4C4C4C. Windows color (decimal): -4062565 or 10158786. OLE color: 10158786.
HSL color Cylindrical-coordinate representation of color #C2029B: hue angle of 312.19º 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 #C2029B is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.24 |
| HSL | 312.19º | 0.98% | 0.38% | - |
| HSV(B) | 312.19º | 0.99% | 0.76% | - |
| XYZ | 28.19 | 13.88 | 32.2 | - |
| YUV | 76.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 155 | 0 | 0.99 | 0.20 | 0.24 | 312.19 | 0.98 | 0.38 |
| Hex | C2 | 2 | 9B | 0 | 63 | 14 | 18 | 138 | 62 | 26 |
| Octal | 302 | 2 | 233 | 0 | 143 | 24 | 30 | 470 | 142 | 46 |
| Binary | 11000010 | 10 | 10011011 | 0 | 1100011 | 10100 | 11000 | 100111000 | 1100010 | 100110 |
Color Harmonies of #C2029B
Complementary color
Monochromatic Colors of #C2029B
Black with #C2029B
Text Example
Text Example
White with #C2029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2029B; }
p { color: rgb(194,2,155); }
H1.HeaderClassName
{
color: #C2029B;
}
.AnyTagClassName
{
color: #C2029B;
}
</style>
background-color css
<style>
a { background-color: #C2029B; }
a { background-color: rgb(194,2,155); }
div.DivClassName
{
background-color: #C2029B;
}
.BgClassName
{
background-color: #C2029B;
}
</style>
border-color css
<style>
span { border-color: #C2029B; }
span { border-color: rgb(194,2,155); }
td.TdClassName
{
border-color: #C2029B;
}
.TagClassName
{
border-color: #C2029B;
}
</style>