Shades of Medium Violet Red #C21378
Tints of Medium Violet Red #C21378
RGB
CMYK
RGB Variations
Color information
#C21378 (or 0xC21378) is known color: Medium Violet Red. HEX triplet: C2, 13 and 78. RGB value is (194,19,120). Sum of RGB (Red+Green+Blue) = 194+19+120=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C21378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21378 is #3DEC87. Grayscale: #525252. Windows color (decimal): -4058248 or 7869378. OLE color: 7869378.
HSL color Cylindrical-coordinate representation of color #C21378: hue angle of 325.37º 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 #C21378 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 120 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.24 |
| HSL | 325.37º | 0.82% | 0.42% | - |
| HSV(B) | 325.37º | 0.9% | 0.76% | - |
| XYZ | 25.87 | 13.29 | 18.97 | - |
| YUV | 82.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 120 | 0 | 0.90 | 0.38 | 0.24 | 325.37 | 0.82 | 0.42 |
| Hex | C2 | 13 | 78 | 0 | 5A | 26 | 18 | 145 | 52 | 2A |
| Octal | 302 | 23 | 170 | 0 | 132 | 46 | 30 | 505 | 122 | 52 |
| Binary | 11000010 | 10011 | 1111000 | 0 | 1011010 | 100110 | 11000 | 101000101 | 1010010 | 101010 |
Color Harmonies of #C21378
Complementary color
Monochromatic Colors of #C21378
Black with #C21378
Text Example
Text Example
White with #C21378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21378; }
p { color: rgb(194,19,120); }
H1.HeaderClassName
{
color: #C21378;
}
.AnyTagClassName
{
color: #C21378;
}
</style>
background-color css
<style>
a { background-color: #C21378; }
a { background-color: rgb(194,19,120); }
div.DivClassName
{
background-color: #C21378;
}
.BgClassName
{
background-color: #C21378;
}
</style>
border-color css
<style>
span { border-color: #C21378; }
span { border-color: rgb(194,19,120); }
td.TdClassName
{
border-color: #C21378;
}
.TagClassName
{
border-color: #C21378;
}
</style>