Shades of Medium Violet Red #C21399
Tints of Medium Violet Red #C21399
RGB
CMYK
RGB Variations
Color information
#C21399 (or 0xC21399) is known color: Medium Violet Red. HEX triplet: C2, 13 and 99. RGB value is (194,19,153). Sum of RGB (Red+Green+Blue) = 194+19+153=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C21399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21399 is #3DEC66. Grayscale: #565656. Windows color (decimal): -4058215 or 10032066. OLE color: 10032066.
HSL color Cylindrical-coordinate representation of color #C21399: hue angle of 314.06º 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 #C21399 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 153 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.24 |
| HSL | 314.06º | 0.82% | 0.42% | - |
| HSV(B) | 314.06º | 0.9% | 0.76% | - |
| XYZ | 28.23 | 14.23 | 31.4 | - |
| YUV | 86.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 153 | 0 | 0.90 | 0.21 | 0.24 | 314.06 | 0.82 | 0.42 |
| Hex | C2 | 13 | 99 | 0 | 5A | 15 | 18 | 13A | 52 | 2A |
| Octal | 302 | 23 | 231 | 0 | 132 | 25 | 30 | 472 | 122 | 52 |
| Binary | 11000010 | 10011 | 10011001 | 0 | 1011010 | 10101 | 11000 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C21399
Complementary color
Monochromatic Colors of #C21399
Black with #C21399
Text Example
Text Example
White with #C21399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21399; }
p { color: rgb(194,19,153); }
H1.HeaderClassName
{
color: #C21399;
}
.AnyTagClassName
{
color: #C21399;
}
</style>
background-color css
<style>
a { background-color: #C21399; }
a { background-color: rgb(194,19,153); }
div.DivClassName
{
background-color: #C21399;
}
.BgClassName
{
background-color: #C21399;
}
</style>
border-color css
<style>
span { border-color: #C21399; }
span { border-color: rgb(194,19,153); }
td.TdClassName
{
border-color: #C21399;
}
.TagClassName
{
border-color: #C21399;
}
</style>