Shades of Medium Violet Red #C21C7F
Tints of Medium Violet Red #C21C7F
RGB
CMYK
RGB Variations
Color information
#C21C7F (or 0xC21C7F) is known color: Medium Violet Red. HEX triplet: C2, 1C and 7F. RGB value is (194,28,127). Sum of RGB (Red+Green+Blue) = 194+28+127=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C7F is #3DE380. Grayscale: #585858. Windows color (decimal): -4055937 or 8330434. OLE color: 8330434.
HSL color Cylindrical-coordinate representation of color #C21C7F: hue angle of 324.22º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C7F is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 127 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.24 |
| HSL | 324.22º | 0.75% | 0.44% | - |
| HSV(B) | 324.22º | 0.86% | 0.76% | - |
| XYZ | 26.49 | 13.83 | 21.35 | - |
| YUV | 88.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 127 | 0 | 0.86 | 0.35 | 0.24 | 324.22 | 0.75 | 0.44 |
| Hex | C2 | 1C | 7F | 0 | 56 | 23 | 18 | 144 | 4B | 2C |
| Octal | 302 | 34 | 177 | 0 | 126 | 43 | 30 | 504 | 113 | 54 |
| Binary | 11000010 | 11100 | 1111111 | 0 | 1010110 | 100011 | 11000 | 101000100 | 1001011 | 101100 |
Color Harmonies of #C21C7F
Complementary color
Monochromatic Colors of #C21C7F
Black with #C21C7F
Text Example
Text Example
White with #C21C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C7F; }
p { color: rgb(194,28,127); }
H1.HeaderClassName
{
color: #C21C7F;
}
.AnyTagClassName
{
color: #C21C7F;
}
</style>
background-color css
<style>
a { background-color: #C21C7F; }
a { background-color: rgb(194,28,127); }
div.DivClassName
{
background-color: #C21C7F;
}
.BgClassName
{
background-color: #C21C7F;
}
</style>
border-color css
<style>
span { border-color: #C21C7F; }
span { border-color: rgb(194,28,127); }
td.TdClassName
{
border-color: #C21C7F;
}
.TagClassName
{
border-color: #C21C7F;
}
</style>