Shades of Medium Violet Red #C21679
Tints of Medium Violet Red #C21679
RGB
CMYK
RGB Variations
Color information
#C21679 (or 0xC21679) is known color: Medium Violet Red. HEX triplet: C2, 16 and 79. RGB value is (194,22,121). Sum of RGB (Red+Green+Blue) = 194+22+121=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C21679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21679 is #3DE986. Grayscale: #545454. Windows color (decimal): -4057479 or 7935682. OLE color: 7935682.
HSL color Cylindrical-coordinate representation of color #C21679: hue angle of 325.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21679 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 121 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.24 |
| HSL | 325.47º | 0.8% | 0.42% | - |
| HSV(B) | 325.47º | 0.89% | 0.76% | - |
| XYZ | 25.99 | 13.42 | 19.31 | - |
| YUV | 84.71 | 148.48 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 121 | 0 | 0.89 | 0.38 | 0.24 | 325.47 | 0.8 | 0.42 |
| Hex | C2 | 16 | 79 | 0 | 59 | 26 | 18 | 145 | 50 | 2A |
| Octal | 302 | 26 | 171 | 0 | 131 | 46 | 30 | 505 | 120 | 52 |
| Binary | 11000010 | 10110 | 1111001 | 0 | 1011001 | 100110 | 11000 | 101000101 | 1010000 | 101010 |
Color Harmonies of #C21679
Complementary color
Monochromatic Colors of #C21679
Black with #C21679
Text Example
Text Example
White with #C21679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21679; }
p { color: rgb(194,22,121); }
H1.HeaderClassName
{
color: #C21679;
}
.AnyTagClassName
{
color: #C21679;
}
</style>
background-color css
<style>
a { background-color: #C21679; }
a { background-color: rgb(194,22,121); }
div.DivClassName
{
background-color: #C21679;
}
.BgClassName
{
background-color: #C21679;
}
</style>
border-color css
<style>
span { border-color: #C21679; }
span { border-color: rgb(194,22,121); }
td.TdClassName
{
border-color: #C21679;
}
.TagClassName
{
border-color: #C21679;
}
</style>