Shades of Medium Violet Red #C21396
Tints of Medium Violet Red #C21396
RGB
CMYK
RGB Variations
Color information
#C21396 (or 0xC21396) is known color: Medium Violet Red. HEX triplet: C2, 13 and 96. RGB value is (194,19,150). Sum of RGB (Red+Green+Blue) = 194+19+150=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21396 is #3DEC69. Grayscale: #555555. Windows color (decimal): -4058218 or 9835458. OLE color: 9835458.
HSL color Cylindrical-coordinate representation of color #C21396: hue angle of 315.09º 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 #C21396 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 150 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.24 |
| HSL | 315.09º | 0.82% | 0.42% | - |
| HSV(B) | 315.09º | 0.9% | 0.76% | - |
| XYZ | 27.99 | 14.14 | 30.11 | - |
| YUV | 86.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 150 | 0 | 0.90 | 0.23 | 0.24 | 315.09 | 0.82 | 0.42 |
| Hex | C2 | 13 | 96 | 0 | 5A | 17 | 18 | 13B | 52 | 2A |
| Octal | 302 | 23 | 226 | 0 | 132 | 27 | 30 | 473 | 122 | 52 |
| Binary | 11000010 | 10011 | 10010110 | 0 | 1011010 | 10111 | 11000 | 100111011 | 1010010 | 101010 |
Color Harmonies of #C21396
Complementary color
Monochromatic Colors of #C21396
Black with #C21396
Text Example
Text Example
White with #C21396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21396; }
p { color: rgb(194,19,150); }
H1.HeaderClassName
{
color: #C21396;
}
.AnyTagClassName
{
color: #C21396;
}
</style>
background-color css
<style>
a { background-color: #C21396; }
a { background-color: rgb(194,19,150); }
div.DivClassName
{
background-color: #C21396;
}
.BgClassName
{
background-color: #C21396;
}
</style>
border-color css
<style>
span { border-color: #C21396; }
span { border-color: rgb(194,19,150); }
td.TdClassName
{
border-color: #C21396;
}
.TagClassName
{
border-color: #C21396;
}
</style>