Shades of Medium Violet Red #C4216E
Tints of Medium Violet Red #C4216E
RGB
CMYK
RGB Variations
Color information
#C4216E (or 0xC4216E) is known color: Medium Violet Red. HEX triplet: C4, 21 and 6E. RGB value is (196,33,110). Sum of RGB (Red+Green+Blue) = 196+33+110=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4216E is #3BDE91. Grayscale: #5A5A5A. Windows color (decimal): -3923602 or 7217604. OLE color: 7217604.
HSL color Cylindrical-coordinate representation of color #C4216E: hue angle of 331.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4216E is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 110 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.23 |
| HSL | 331.66º | 0.71% | 0.45% | - |
| HSV(B) | 331.66º | 0.83% | 0.77% | - |
| XYZ | 26.12 | 13.95 | 16.07 | - |
| YUV | 90.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 110 | 0 | 0.83 | 0.44 | 0.23 | 331.66 | 0.71 | 0.45 |
| Hex | C4 | 21 | 6E | 0 | 53 | 2C | 17 | 14C | 47 | 2D |
| Octal | 304 | 41 | 156 | 0 | 123 | 54 | 27 | 514 | 107 | 55 |
| Binary | 11000100 | 100001 | 1101110 | 0 | 1010011 | 101100 | 10111 | 101001100 | 1000111 | 101101 |
Color Harmonies of #C4216E
Complementary color
Monochromatic Colors of #C4216E
Black with #C4216E
Text Example
Text Example
White with #C4216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4216E; }
p { color: rgb(196,33,110); }
H1.HeaderClassName
{
color: #C4216E;
}
.AnyTagClassName
{
color: #C4216E;
}
</style>
background-color css
<style>
a { background-color: #C4216E; }
a { background-color: rgb(196,33,110); }
div.DivClassName
{
background-color: #C4216E;
}
.BgClassName
{
background-color: #C4216E;
}
</style>
border-color css
<style>
span { border-color: #C4216E; }
span { border-color: rgb(196,33,110); }
td.TdClassName
{
border-color: #C4216E;
}
.TagClassName
{
border-color: #C4216E;
}
</style>