Shades of Medium Violet Red #C21C9F
Tints of Medium Violet Red #C21C9F
RGB
CMYK
RGB Variations
Color information
#C21C9F (or 0xC21C9F) is known color: Medium Violet Red. HEX triplet: C2, 1C and 9F. RGB value is (194,28,159). Sum of RGB (Red+Green+Blue) = 194+28+159=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C9F is #3DE360. Grayscale: #5C5C5C. Windows color (decimal): -4055905 or 10427586. OLE color: 10427586.
HSL color Cylindrical-coordinate representation of color #C21C9F: hue angle of 312.65º 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 #C21C9F is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 159 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.24 |
| HSL | 312.65º | 0.75% | 0.44% | - |
| HSV(B) | 312.65º | 0.86% | 0.76% | - |
| XYZ | 28.92 | 14.8 | 34.13 | - |
| YUV | 92.57 | 165.5 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 159 | 0 | 0.86 | 0.18 | 0.24 | 312.65 | 0.75 | 0.44 |
| Hex | C2 | 1C | 9F | 0 | 56 | 12 | 18 | 139 | 4B | 2C |
| Octal | 302 | 34 | 237 | 0 | 126 | 22 | 30 | 471 | 113 | 54 |
| Binary | 11000010 | 11100 | 10011111 | 0 | 1010110 | 10010 | 11000 | 100111001 | 1001011 | 101100 |
Color Harmonies of #C21C9F
Complementary color
Monochromatic Colors of #C21C9F
Black with #C21C9F
Text Example
Text Example
White with #C21C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C9F; }
p { color: rgb(194,28,159); }
H1.HeaderClassName
{
color: #C21C9F;
}
.AnyTagClassName
{
color: #C21C9F;
}
</style>
background-color css
<style>
a { background-color: #C21C9F; }
a { background-color: rgb(194,28,159); }
div.DivClassName
{
background-color: #C21C9F;
}
.BgClassName
{
background-color: #C21C9F;
}
</style>
border-color css
<style>
span { border-color: #C21C9F; }
span { border-color: rgb(194,28,159); }
td.TdClassName
{
border-color: #C21C9F;
}
.TagClassName
{
border-color: #C21C9F;
}
</style>