Shades of Medium Violet Red #C21397
Tints of Medium Violet Red #C21397
RGB
CMYK
RGB Variations
Color information
#C21397 (or 0xC21397) is known color: Medium Violet Red. HEX triplet: C2, 13 and 97. RGB value is (194,19,151). Sum of RGB (Red+Green+Blue) = 194+19+151=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21397 is #3DEC68. Grayscale: #565656. Windows color (decimal): -4058217 or 9900994. OLE color: 9900994.
HSL color Cylindrical-coordinate representation of color #C21397: hue angle of 314.74º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21397 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 151 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.24 |
| HSL | 314.74º | 0.82% | 0.42% | - |
| HSV(B) | 314.74º | 0.9% | 0.76% | - |
| XYZ | 28.07 | 14.17 | 30.53 | - |
| YUV | 86.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 151 | 0 | 0.90 | 0.22 | 0.24 | 314.74 | 0.82 | 0.42 |
| Hex | C2 | 13 | 97 | 0 | 5A | 16 | 18 | 13B | 52 | 2A |
| Octal | 302 | 23 | 227 | 0 | 132 | 26 | 30 | 473 | 122 | 52 |
| Binary | 11000010 | 10011 | 10010111 | 0 | 1011010 | 10110 | 11000 | 100111011 | 1010010 | 101010 |
Color Harmonies of #C21397
Complementary color
Monochromatic Colors of #C21397
Black with #C21397
Text Example
Text Example
White with #C21397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21397; }
p { color: rgb(194,19,151); }
H1.HeaderClassName
{
color: #C21397;
}
.AnyTagClassName
{
color: #C21397;
}
</style>
background-color css
<style>
a { background-color: #C21397; }
a { background-color: rgb(194,19,151); }
div.DivClassName
{
background-color: #C21397;
}
.BgClassName
{
background-color: #C21397;
}
</style>
border-color css
<style>
span { border-color: #C21397; }
span { border-color: rgb(194,19,151); }
td.TdClassName
{
border-color: #C21397;
}
.TagClassName
{
border-color: #C21397;
}
</style>