Shades of Medium Violet Red #C21F7D
Tints of Medium Violet Red #C21F7D
RGB
CMYK
RGB Variations
Color information
#C21F7D (or 0xC21F7D) is known color: Medium Violet Red. HEX triplet: C2, 1F and 7D. RGB value is (194,31,125). Sum of RGB (Red+Green+Blue) = 194+31+125=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F7D is #3DE082. Grayscale: #5A5A5A. Windows color (decimal): -4055171 or 8200130. OLE color: 8200130.
HSL color Cylindrical-coordinate representation of color #C21F7D: hue angle of 325.4º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F7D is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 125 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.24 |
| HSL | 325.4º | 0.72% | 0.44% | - |
| HSV(B) | 325.4º | 0.84% | 0.76% | - |
| XYZ | 26.44 | 13.93 | 20.7 | - |
| YUV | 90.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 125 | 0 | 0.84 | 0.36 | 0.24 | 325.4 | 0.72 | 0.44 |
| Hex | C2 | 1F | 7D | 0 | 54 | 24 | 18 | 145 | 48 | 2C |
| Octal | 302 | 37 | 175 | 0 | 124 | 44 | 30 | 505 | 110 | 54 |
| Binary | 11000010 | 11111 | 1111101 | 0 | 1010100 | 100100 | 11000 | 101000101 | 1001000 | 101100 |
Color Harmonies of #C21F7D
Complementary color
Monochromatic Colors of #C21F7D
Black with #C21F7D
Text Example
Text Example
White with #C21F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F7D; }
p { color: rgb(194,31,125); }
H1.HeaderClassName
{
color: #C21F7D;
}
.AnyTagClassName
{
color: #C21F7D;
}
</style>
background-color css
<style>
a { background-color: #C21F7D; }
a { background-color: rgb(194,31,125); }
div.DivClassName
{
background-color: #C21F7D;
}
.BgClassName
{
background-color: #C21F7D;
}
</style>
border-color css
<style>
span { border-color: #C21F7D; }
span { border-color: rgb(194,31,125); }
td.TdClassName
{
border-color: #C21F7D;
}
.TagClassName
{
border-color: #C21F7D;
}
</style>