Shades of Medium Violet Red #C21671
Tints of Medium Violet Red #C21671
RGB
CMYK
RGB Variations
Color information
#C21671 (or 0xC21671) is known color: Medium Violet Red. HEX triplet: C2, 16 and 71. RGB value is (194,22,113). Sum of RGB (Red+Green+Blue) = 194+22+113=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21671 is #3DE98E. Grayscale: #535353. Windows color (decimal): -4057487 or 7411394. OLE color: 7411394.
HSL color Cylindrical-coordinate representation of color #C21671: hue angle of 328.26º 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 #C21671 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 113 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.24 |
| HSL | 328.26º | 0.8% | 0.42% | - |
| HSV(B) | 328.26º | 0.89% | 0.76% | - |
| XYZ | 25.52 | 13.24 | 16.83 | - |
| YUV | 83.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 113 | 0 | 0.89 | 0.42 | 0.24 | 328.26 | 0.8 | 0.42 |
| Hex | C2 | 16 | 71 | 0 | 59 | 2A | 18 | 148 | 50 | 2A |
| Octal | 302 | 26 | 161 | 0 | 131 | 52 | 30 | 510 | 120 | 52 |
| Binary | 11000010 | 10110 | 1110001 | 0 | 1011001 | 101010 | 11000 | 101001000 | 1010000 | 101010 |
Color Harmonies of #C21671
Complementary color
Monochromatic Colors of #C21671
Black with #C21671
Text Example
Text Example
White with #C21671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21671; }
p { color: rgb(194,22,113); }
H1.HeaderClassName
{
color: #C21671;
}
.AnyTagClassName
{
color: #C21671;
}
</style>
background-color css
<style>
a { background-color: #C21671; }
a { background-color: rgb(194,22,113); }
div.DivClassName
{
background-color: #C21671;
}
.BgClassName
{
background-color: #C21671;
}
</style>
border-color css
<style>
span { border-color: #C21671; }
span { border-color: rgb(194,22,113); }
td.TdClassName
{
border-color: #C21671;
}
.TagClassName
{
border-color: #C21671;
}
</style>