Shades of Medium Violet Red #C4216B
Tints of Medium Violet Red #C4216B
RGB
CMYK
RGB Variations
Color information
#C4216B (or 0xC4216B) is known color: Medium Violet Red. HEX triplet: C4, 21 and 6B. RGB value is (196,33,107). Sum of RGB (Red+Green+Blue) = 196+33+107=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4216B is #3BDE94. Grayscale: #5A5A5A. Windows color (decimal): -3923605 or 7020996. OLE color: 7020996.
HSL color Cylindrical-coordinate representation of color #C4216B: hue angle of 332.76º 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 #C4216B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 107 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.23 |
| HSL | 332.76º | 0.71% | 0.45% | - |
| HSV(B) | 332.76º | 0.83% | 0.77% | - |
| XYZ | 25.96 | 13.89 | 15.22 | - |
| YUV | 90.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 107 | 0 | 0.83 | 0.45 | 0.23 | 332.76 | 0.71 | 0.45 |
| Hex | C4 | 21 | 6B | 0 | 53 | 2D | 17 | 14D | 47 | 2D |
| Octal | 304 | 41 | 153 | 0 | 123 | 55 | 27 | 515 | 107 | 55 |
| Binary | 11000100 | 100001 | 1101011 | 0 | 1010011 | 101101 | 10111 | 101001101 | 1000111 | 101101 |
Color Harmonies of #C4216B
Complementary color
Monochromatic Colors of #C4216B
Black with #C4216B
Text Example
Text Example
White with #C4216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4216B; }
p { color: rgb(196,33,107); }
H1.HeaderClassName
{
color: #C4216B;
}
.AnyTagClassName
{
color: #C4216B;
}
</style>
background-color css
<style>
a { background-color: #C4216B; }
a { background-color: rgb(196,33,107); }
div.DivClassName
{
background-color: #C4216B;
}
.BgClassName
{
background-color: #C4216B;
}
</style>
border-color css
<style>
span { border-color: #C4216B; }
span { border-color: rgb(196,33,107); }
td.TdClassName
{
border-color: #C4216B;
}
.TagClassName
{
border-color: #C4216B;
}
</style>