Shades of Medium Violet Red #C21F92
Tints of Medium Violet Red #C21F92
RGB
CMYK
RGB Variations
Color information
#C21F92 (or 0xC21F92) is known color: Medium Violet Red. HEX triplet: C2, 1F and 92. RGB value is (194,31,146). Sum of RGB (Red+Green+Blue) = 194+31+146=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F92 is #3DE06D. Grayscale: #5C5C5C. Windows color (decimal): -4055150 or 9576386. OLE color: 9576386.
HSL color Cylindrical-coordinate representation of color #C21F92: hue angle of 317.67º 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 #C21F92 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 146 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.24 |
| HSL | 317.67º | 0.72% | 0.44% | - |
| HSV(B) | 317.67º | 0.84% | 0.76% | - |
| XYZ | 27.93 | 14.52 | 28.53 | - |
| YUV | 92.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 146 | 0 | 0.84 | 0.25 | 0.24 | 317.67 | 0.72 | 0.44 |
| Hex | C2 | 1F | 92 | 0 | 54 | 19 | 18 | 13E | 48 | 2C |
| Octal | 302 | 37 | 222 | 0 | 124 | 31 | 30 | 476 | 110 | 54 |
| Binary | 11000010 | 11111 | 10010010 | 0 | 1010100 | 11001 | 11000 | 100111110 | 1001000 | 101100 |
Color Harmonies of #C21F92
Complementary color
Monochromatic Colors of #C21F92
Black with #C21F92
Text Example
Text Example
White with #C21F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F92; }
p { color: rgb(194,31,146); }
H1.HeaderClassName
{
color: #C21F92;
}
.AnyTagClassName
{
color: #C21F92;
}
</style>
background-color css
<style>
a { background-color: #C21F92; }
a { background-color: rgb(194,31,146); }
div.DivClassName
{
background-color: #C21F92;
}
.BgClassName
{
background-color: #C21F92;
}
</style>
border-color css
<style>
span { border-color: #C21F92; }
span { border-color: rgb(194,31,146); }
td.TdClassName
{
border-color: #C21F92;
}
.TagClassName
{
border-color: #C21F92;
}
</style>