Shades of Medium Violet Red #C2027F
Tints of Medium Violet Red #C2027F
RGB
CMYK
RGB Variations
Color information
#C2027F (or 0xC2027F) is known color: Medium Violet Red. HEX triplet: C2, 02 and 7F. RGB value is (194,2,127). Sum of RGB (Red+Green+Blue) = 194+2+127=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2027F is #3DFD80. Grayscale: #494949. Windows color (decimal): -4062593 or 8323778. OLE color: 8323778.
HSL color Cylindrical-coordinate representation of color #C2027F: hue angle of 320.94º 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 #C2027F is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.24 |
| HSL | 320.94º | 0.98% | 0.38% | - |
| HSV(B) | 320.94º | 0.99% | 0.76% | - |
| XYZ | 26.1 | 13.05 | 21.22 | - |
| YUV | 73.66 | 158.11 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 127 | 0 | 0.99 | 0.35 | 0.24 | 320.94 | 0.98 | 0.38 |
| Hex | C2 | 2 | 7F | 0 | 63 | 23 | 18 | 141 | 62 | 26 |
| Octal | 302 | 2 | 177 | 0 | 143 | 43 | 30 | 501 | 142 | 46 |
| Binary | 11000010 | 10 | 1111111 | 0 | 1100011 | 100011 | 11000 | 101000001 | 1100010 | 100110 |
Color Harmonies of #C2027F
Complementary color
Monochromatic Colors of #C2027F
Black with #C2027F
Text Example
Text Example
White with #C2027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2027F; }
p { color: rgb(194,2,127); }
H1.HeaderClassName
{
color: #C2027F;
}
.AnyTagClassName
{
color: #C2027F;
}
</style>
background-color css
<style>
a { background-color: #C2027F; }
a { background-color: rgb(194,2,127); }
div.DivClassName
{
background-color: #C2027F;
}
.BgClassName
{
background-color: #C2027F;
}
</style>
border-color css
<style>
span { border-color: #C2027F; }
span { border-color: rgb(194,2,127); }
td.TdClassName
{
border-color: #C2027F;
}
.TagClassName
{
border-color: #C2027F;
}
</style>