Shades of Medium Violet Red #C4206F
Tints of Medium Violet Red #C4206F
RGB
CMYK
RGB Variations
Color information
#C4206F (or 0xC4206F) is known color: Medium Violet Red. HEX triplet: C4, 20 and 6F. RGB value is (196,32,111). Sum of RGB (Red+Green+Blue) = 196+32+111=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4206F is #3BDF90. Grayscale: #595959. Windows color (decimal): -3923857 or 7282884. OLE color: 7282884.
HSL color Cylindrical-coordinate representation of color #C4206F: hue angle of 331.1º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4206F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 111 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.23 |
| HSL | 331.1º | 0.72% | 0.45% | - |
| HSV(B) | 331.1º | 0.84% | 0.77% | - |
| XYZ | 26.15 | 13.92 | 16.35 | - |
| YUV | 90.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 111 | 0 | 0.84 | 0.43 | 0.23 | 331.1 | 0.72 | 0.45 |
| Hex | C4 | 20 | 6F | 0 | 54 | 2B | 17 | 14B | 48 | 2D |
| Octal | 304 | 40 | 157 | 0 | 124 | 53 | 27 | 513 | 110 | 55 |
| Binary | 11000100 | 100000 | 1101111 | 0 | 1010100 | 101011 | 10111 | 101001011 | 1001000 | 101101 |
Color Harmonies of #C4206F
Complementary color
Monochromatic Colors of #C4206F
Black with #C4206F
Text Example
Text Example
White with #C4206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4206F; }
p { color: rgb(196,32,111); }
H1.HeaderClassName
{
color: #C4206F;
}
.AnyTagClassName
{
color: #C4206F;
}
</style>
background-color css
<style>
a { background-color: #C4206F; }
a { background-color: rgb(196,32,111); }
div.DivClassName
{
background-color: #C4206F;
}
.BgClassName
{
background-color: #C4206F;
}
</style>
border-color css
<style>
span { border-color: #C4206F; }
span { border-color: rgb(196,32,111); }
td.TdClassName
{
border-color: #C4206F;
}
.TagClassName
{
border-color: #C4206F;
}
</style>