Shades of Medium Violet Red #C21E7B
Tints of Medium Violet Red #C21E7B
RGB
CMYK
RGB Variations
Color information
#C21E7B (or 0xC21E7B) is known color: Medium Violet Red. HEX triplet: C2, 1E and 7B. RGB value is (194,30,123). Sum of RGB (Red+Green+Blue) = 194+30+123=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E7B is #3DE184. Grayscale: #595959. Windows color (decimal): -4055429 or 8068802. OLE color: 8068802.
HSL color Cylindrical-coordinate representation of color #C21E7B: hue angle of 325.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E7B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 123 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.24 |
| HSL | 325.98º | 0.73% | 0.44% | - |
| HSV(B) | 325.98º | 0.85% | 0.76% | - |
| XYZ | 26.29 | 13.83 | 20.02 | - |
| YUV | 89.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 123 | 0 | 0.85 | 0.37 | 0.24 | 325.98 | 0.73 | 0.44 |
| Hex | C2 | 1E | 7B | 0 | 55 | 25 | 18 | 146 | 49 | 2C |
| Octal | 302 | 36 | 173 | 0 | 125 | 45 | 30 | 506 | 111 | 54 |
| Binary | 11000010 | 11110 | 1111011 | 0 | 1010101 | 100101 | 11000 | 101000110 | 1001001 | 101100 |
Color Harmonies of #C21E7B
Complementary color
Monochromatic Colors of #C21E7B
Black with #C21E7B
Text Example
Text Example
White with #C21E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E7B; }
p { color: rgb(194,30,123); }
H1.HeaderClassName
{
color: #C21E7B;
}
.AnyTagClassName
{
color: #C21E7B;
}
</style>
background-color css
<style>
a { background-color: #C21E7B; }
a { background-color: rgb(194,30,123); }
div.DivClassName
{
background-color: #C21E7B;
}
.BgClassName
{
background-color: #C21E7B;
}
</style>
border-color css
<style>
span { border-color: #C21E7B; }
span { border-color: rgb(194,30,123); }
td.TdClassName
{
border-color: #C21E7B;
}
.TagClassName
{
border-color: #C21E7B;
}
</style>