Shades of Medium Violet Red #C21878
Tints of Medium Violet Red #C21878
RGB
CMYK
RGB Variations
Color information
#C21878 (or 0xC21878) is known color: Medium Violet Red. HEX triplet: C2, 18 and 78. RGB value is (194,24,120). Sum of RGB (Red+Green+Blue) = 194+24+120=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C21878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21878 is #3DE787. Grayscale: #555555. Windows color (decimal): -4056968 or 7870658. OLE color: 7870658.
HSL color Cylindrical-coordinate representation of color #C21878: hue angle of 326.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21878 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 120 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.24 |
| HSL | 326.12º | 0.78% | 0.43% | - |
| HSV(B) | 326.12º | 0.88% | 0.76% | - |
| XYZ | 25.96 | 13.48 | 19 | - |
| YUV | 85.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 120 | 0 | 0.88 | 0.38 | 0.24 | 326.12 | 0.78 | 0.43 |
| Hex | C2 | 18 | 78 | 0 | 58 | 26 | 18 | 146 | 4E | 2B |
| Octal | 302 | 30 | 170 | 0 | 130 | 46 | 30 | 506 | 116 | 53 |
| Binary | 11000010 | 11000 | 1111000 | 0 | 1011000 | 100110 | 11000 | 101000110 | 1001110 | 101011 |
Color Harmonies of #C21878
Complementary color
Monochromatic Colors of #C21878
Black with #C21878
Text Example
Text Example
White with #C21878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21878; }
p { color: rgb(194,24,120); }
H1.HeaderClassName
{
color: #C21878;
}
.AnyTagClassName
{
color: #C21878;
}
</style>
background-color css
<style>
a { background-color: #C21878; }
a { background-color: rgb(194,24,120); }
div.DivClassName
{
background-color: #C21878;
}
.BgClassName
{
background-color: #C21878;
}
</style>
border-color css
<style>
span { border-color: #C21878; }
span { border-color: rgb(194,24,120); }
td.TdClassName
{
border-color: #C21878;
}
.TagClassName
{
border-color: #C21878;
}
</style>