Shades of Medium Violet Red #C2027B
Tints of Medium Violet Red #C2027B
RGB
CMYK
RGB Variations
Color information
#C2027B (or 0xC2027B) is known color: Medium Violet Red. HEX triplet: C2, 02 and 7B. RGB value is (194,2,123). Sum of RGB (Red+Green+Blue) = 194+2+123=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2027B is #3DFD84. Grayscale: #484848. Windows color (decimal): -4062597 or 8061634. OLE color: 8061634.
HSL color Cylindrical-coordinate representation of color #C2027B: hue angle of 322.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 #C2027B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.24 |
| HSL | 322.19º | 0.98% | 0.38% | - |
| HSV(B) | 322.19º | 0.99% | 0.76% | - |
| XYZ | 25.84 | 12.94 | 19.87 | - |
| YUV | 73.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 123 | 0 | 0.99 | 0.37 | 0.24 | 322.19 | 0.98 | 0.38 |
| Hex | C2 | 2 | 7B | 0 | 63 | 25 | 18 | 142 | 62 | 26 |
| Octal | 302 | 2 | 173 | 0 | 143 | 45 | 30 | 502 | 142 | 46 |
| Binary | 11000010 | 10 | 1111011 | 0 | 1100011 | 100101 | 11000 | 101000010 | 1100010 | 100110 |
Color Harmonies of #C2027B
Complementary color
Monochromatic Colors of #C2027B
Black with #C2027B
Text Example
Text Example
White with #C2027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2027B; }
p { color: rgb(194,2,123); }
H1.HeaderClassName
{
color: #C2027B;
}
.AnyTagClassName
{
color: #C2027B;
}
</style>
background-color css
<style>
a { background-color: #C2027B; }
a { background-color: rgb(194,2,123); }
div.DivClassName
{
background-color: #C2027B;
}
.BgClassName
{
background-color: #C2027B;
}
</style>
border-color css
<style>
span { border-color: #C2027B; }
span { border-color: rgb(194,2,123); }
td.TdClassName
{
border-color: #C2027B;
}
.TagClassName
{
border-color: #C2027B;
}
</style>