Shades of Medium Violet Red #C21F7E
Tints of Medium Violet Red #C21F7E
RGB
CMYK
RGB Variations
Color information
#C21F7E (or 0xC21F7E) is known color: Medium Violet Red. HEX triplet: C2, 1F and 7E. RGB value is (194,31,126). Sum of RGB (Red+Green+Blue) = 194+31+126=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F7E is #3DE081. Grayscale: #5A5A5A. Windows color (decimal): -4055170 or 8265666. OLE color: 8265666.
HSL color Cylindrical-coordinate representation of color #C21F7E: hue angle of 325.03º 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 #C21F7E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 126 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.24 |
| HSL | 325.03º | 0.72% | 0.44% | - |
| HSV(B) | 325.03º | 0.84% | 0.76% | - |
| XYZ | 26.5 | 13.96 | 21.04 | - |
| YUV | 90.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 126 | 0 | 0.84 | 0.35 | 0.24 | 325.03 | 0.72 | 0.44 |
| Hex | C2 | 1F | 7E | 0 | 54 | 23 | 18 | 145 | 48 | 2C |
| Octal | 302 | 37 | 176 | 0 | 124 | 43 | 30 | 505 | 110 | 54 |
| Binary | 11000010 | 11111 | 1111110 | 0 | 1010100 | 100011 | 11000 | 101000101 | 1001000 | 101100 |
Color Harmonies of #C21F7E
Complementary color
Monochromatic Colors of #C21F7E
Black with #C21F7E
Text Example
Text Example
White with #C21F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F7E; }
p { color: rgb(194,31,126); }
H1.HeaderClassName
{
color: #C21F7E;
}
.AnyTagClassName
{
color: #C21F7E;
}
</style>
background-color css
<style>
a { background-color: #C21F7E; }
a { background-color: rgb(194,31,126); }
div.DivClassName
{
background-color: #C21F7E;
}
.BgClassName
{
background-color: #C21F7E;
}
</style>
border-color css
<style>
span { border-color: #C21F7E; }
span { border-color: rgb(194,31,126); }
td.TdClassName
{
border-color: #C21F7E;
}
.TagClassName
{
border-color: #C21F7E;
}
</style>