Shades of Medium Violet Red #C4216C
Tints of Medium Violet Red #C4216C
RGB
CMYK
RGB Variations
Color information
#C4216C (or 0xC4216C) is known color: Medium Violet Red. HEX triplet: C4, 21 and 6C. RGB value is (196,33,108). Sum of RGB (Red+Green+Blue) = 196+33+108=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4216C is #3BDE93. Grayscale: #5A5A5A. Windows color (decimal): -3923604 or 7086532. OLE color: 7086532.
HSL color Cylindrical-coordinate representation of color #C4216C: hue angle of 332.39º 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 #C4216C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 108 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.23 |
| HSL | 332.39º | 0.71% | 0.45% | - |
| HSV(B) | 332.39º | 0.83% | 0.77% | - |
| XYZ | 26.02 | 13.91 | 15.5 | - |
| YUV | 90.29 | 138 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 108 | 0 | 0.83 | 0.45 | 0.23 | 332.39 | 0.71 | 0.45 |
| Hex | C4 | 21 | 6C | 0 | 53 | 2D | 17 | 14C | 47 | 2D |
| Octal | 304 | 41 | 154 | 0 | 123 | 55 | 27 | 514 | 107 | 55 |
| Binary | 11000100 | 100001 | 1101100 | 0 | 1010011 | 101101 | 10111 | 101001100 | 1000111 | 101101 |
Color Harmonies of #C4216C
Complementary color
Monochromatic Colors of #C4216C
Black with #C4216C
Text Example
Text Example
White with #C4216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4216C; }
p { color: rgb(196,33,108); }
H1.HeaderClassName
{
color: #C4216C;
}
.AnyTagClassName
{
color: #C4216C;
}
</style>
background-color css
<style>
a { background-color: #C4216C; }
a { background-color: rgb(196,33,108); }
div.DivClassName
{
background-color: #C4216C;
}
.BgClassName
{
background-color: #C4216C;
}
</style>
border-color css
<style>
span { border-color: #C4216C; }
span { border-color: rgb(196,33,108); }
td.TdClassName
{
border-color: #C4216C;
}
.TagClassName
{
border-color: #C4216C;
}
</style>