Shades of Medium Violet Red #C21C9D
Tints of Medium Violet Red #C21C9D
RGB
CMYK
RGB Variations
Color information
#C21C9D (or 0xC21C9D) is known color: Medium Violet Red. HEX triplet: C2, 1C and 9D. RGB value is (194,28,157). Sum of RGB (Red+Green+Blue) = 194+28+157=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C9D is #3DE362. Grayscale: #5B5B5B. Windows color (decimal): -4055907 or 10296514. OLE color: 10296514.
HSL color Cylindrical-coordinate representation of color #C21C9D: hue angle of 313.37º 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 #C21C9D is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 157 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.24 |
| HSL | 313.37º | 0.75% | 0.44% | - |
| HSV(B) | 313.37º | 0.86% | 0.76% | - |
| XYZ | 28.75 | 14.73 | 33.23 | - |
| YUV | 92.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 157 | 0 | 0.86 | 0.19 | 0.24 | 313.37 | 0.75 | 0.44 |
| Hex | C2 | 1C | 9D | 0 | 56 | 13 | 18 | 139 | 4B | 2C |
| Octal | 302 | 34 | 235 | 0 | 126 | 23 | 30 | 471 | 113 | 54 |
| Binary | 11000010 | 11100 | 10011101 | 0 | 1010110 | 10011 | 11000 | 100111001 | 1001011 | 101100 |
Color Harmonies of #C21C9D
Complementary color
Monochromatic Colors of #C21C9D
Black with #C21C9D
Text Example
Text Example
White with #C21C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C9D; }
p { color: rgb(194,28,157); }
H1.HeaderClassName
{
color: #C21C9D;
}
.AnyTagClassName
{
color: #C21C9D;
}
</style>
background-color css
<style>
a { background-color: #C21C9D; }
a { background-color: rgb(194,28,157); }
div.DivClassName
{
background-color: #C21C9D;
}
.BgClassName
{
background-color: #C21C9D;
}
</style>
border-color css
<style>
span { border-color: #C21C9D; }
span { border-color: rgb(194,28,157); }
td.TdClassName
{
border-color: #C21C9D;
}
.TagClassName
{
border-color: #C21C9D;
}
</style>