Shades of Medium Violet Red #C2029D
Tints of Medium Violet Red #C2029D
RGB
CMYK
RGB Variations
Color information
#C2029D (or 0xC2029D) is known color: Medium Violet Red. HEX triplet: C2, 02 and 9D. RGB value is (194,2,157). Sum of RGB (Red+Green+Blue) = 194+2+157=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2029D is #3DFD62. Grayscale: #4C4C4C. Windows color (decimal): -4062563 or 10289858. OLE color: 10289858.
HSL color Cylindrical-coordinate representation of color #C2029D: hue angle of 311.56º 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 #C2029D is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.24 |
| HSL | 311.56º | 0.98% | 0.38% | - |
| HSV(B) | 311.56º | 0.99% | 0.76% | - |
| XYZ | 28.36 | 13.95 | 33.1 | - |
| YUV | 77.08 | 173.11 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 157 | 0 | 0.99 | 0.19 | 0.24 | 311.56 | 0.98 | 0.38 |
| Hex | C2 | 2 | 9D | 0 | 63 | 13 | 18 | 138 | 62 | 26 |
| Octal | 302 | 2 | 235 | 0 | 143 | 23 | 30 | 470 | 142 | 46 |
| Binary | 11000010 | 10 | 10011101 | 0 | 1100011 | 10011 | 11000 | 100111000 | 1100010 | 100110 |
Color Harmonies of #C2029D
Complementary color
Monochromatic Colors of #C2029D
Black with #C2029D
Text Example
Text Example
White with #C2029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2029D; }
p { color: rgb(194,2,157); }
H1.HeaderClassName
{
color: #C2029D;
}
.AnyTagClassName
{
color: #C2029D;
}
</style>
background-color css
<style>
a { background-color: #C2029D; }
a { background-color: rgb(194,2,157); }
div.DivClassName
{
background-color: #C2029D;
}
.BgClassName
{
background-color: #C2029D;
}
</style>
border-color css
<style>
span { border-color: #C2029D; }
span { border-color: rgb(194,2,157); }
td.TdClassName
{
border-color: #C2029D;
}
.TagClassName
{
border-color: #C2029D;
}
</style>