Shades of Medium Violet Red #C21779
Tints of Medium Violet Red #C21779
RGB
CMYK
RGB Variations
Color information
#C21779 (or 0xC21779) is known color: Medium Violet Red. HEX triplet: C2, 17 and 79. RGB value is (194,23,121). Sum of RGB (Red+Green+Blue) = 194+23+121=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C21779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21779 is #3DE886. Grayscale: #555555. Windows color (decimal): -4057223 or 7935938. OLE color: 7935938.
HSL color Cylindrical-coordinate representation of color #C21779: hue angle of 325.61º degrees, saturation: 0.79, 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 #C21779 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 121 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.24 |
| HSL | 325.61º | 0.79% | 0.43% | - |
| HSV(B) | 325.61º | 0.88% | 0.76% | - |
| XYZ | 26.01 | 13.46 | 19.32 | - |
| YUV | 85.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 121 | 0 | 0.88 | 0.38 | 0.24 | 325.61 | 0.79 | 0.43 |
| Hex | C2 | 17 | 79 | 0 | 58 | 26 | 18 | 146 | 4F | 2B |
| Octal | 302 | 27 | 171 | 0 | 130 | 46 | 30 | 506 | 117 | 53 |
| Binary | 11000010 | 10111 | 1111001 | 0 | 1011000 | 100110 | 11000 | 101000110 | 1001111 | 101011 |
Color Harmonies of #C21779
Complementary color
Monochromatic Colors of #C21779
Black with #C21779
Text Example
Text Example
White with #C21779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21779; }
p { color: rgb(194,23,121); }
H1.HeaderClassName
{
color: #C21779;
}
.AnyTagClassName
{
color: #C21779;
}
</style>
background-color css
<style>
a { background-color: #C21779; }
a { background-color: rgb(194,23,121); }
div.DivClassName
{
background-color: #C21779;
}
.BgClassName
{
background-color: #C21779;
}
</style>
border-color css
<style>
span { border-color: #C21779; }
span { border-color: rgb(194,23,121); }
td.TdClassName
{
border-color: #C21779;
}
.TagClassName
{
border-color: #C21779;
}
</style>