Shades of Medium Violet Red #C2027D
Tints of Medium Violet Red #C2027D
RGB
CMYK
RGB Variations
Color information
#C2027D (or 0xC2027D) is known color: Medium Violet Red. HEX triplet: C2, 02 and 7D. RGB value is (194,2,125). Sum of RGB (Red+Green+Blue) = 194+2+125=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2027D is #3DFD82. Grayscale: #494949. Windows color (decimal): -4062595 or 8192706. OLE color: 8192706.
HSL color Cylindrical-coordinate representation of color #C2027D: hue angle of 321.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 #C2027D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.24 |
| HSL | 321.56º | 0.98% | 0.38% | - |
| HSV(B) | 321.56º | 0.99% | 0.76% | - |
| XYZ | 25.97 | 12.99 | 20.54 | - |
| YUV | 73.43 | 157.11 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 125 | 0 | 0.99 | 0.36 | 0.24 | 321.56 | 0.98 | 0.38 |
| Hex | C2 | 2 | 7D | 0 | 63 | 24 | 18 | 142 | 62 | 26 |
| Octal | 302 | 2 | 175 | 0 | 143 | 44 | 30 | 502 | 142 | 46 |
| Binary | 11000010 | 10 | 1111101 | 0 | 1100011 | 100100 | 11000 | 101000010 | 1100010 | 100110 |
Color Harmonies of #C2027D
Complementary color
Monochromatic Colors of #C2027D
Black with #C2027D
Text Example
Text Example
White with #C2027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2027D; }
p { color: rgb(194,2,125); }
H1.HeaderClassName
{
color: #C2027D;
}
.AnyTagClassName
{
color: #C2027D;
}
</style>
background-color css
<style>
a { background-color: #C2027D; }
a { background-color: rgb(194,2,125); }
div.DivClassName
{
background-color: #C2027D;
}
.BgClassName
{
background-color: #C2027D;
}
</style>
border-color css
<style>
span { border-color: #C2027D; }
span { border-color: rgb(194,2,125); }
td.TdClassName
{
border-color: #C2027D;
}
.TagClassName
{
border-color: #C2027D;
}
</style>