Shades of Medium Violet Red #C4206A
Tints of Medium Violet Red #C4206A
RGB
CMYK
RGB Variations
Color information
#C4206A (or 0xC4206A) is known color: Medium Violet Red. HEX triplet: C4, 20 and 6A. RGB value is (196,32,106). Sum of RGB (Red+Green+Blue) = 196+32+106=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C4206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4206A is #3BDF95. Grayscale: #595959. Windows color (decimal): -3923862 or 6955204. OLE color: 6955204.
HSL color Cylindrical-coordinate representation of color #C4206A: hue angle of 332.93º 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 #C4206A is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 106 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.23 |
| HSL | 332.93º | 0.72% | 0.45% | - |
| HSV(B) | 332.93º | 0.84% | 0.77% | - |
| XYZ | 25.88 | 13.81 | 14.94 | - |
| YUV | 89.47 | 137.33 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 106 | 0 | 0.84 | 0.46 | 0.23 | 332.93 | 0.72 | 0.45 |
| Hex | C4 | 20 | 6A | 0 | 54 | 2E | 17 | 14D | 48 | 2D |
| Octal | 304 | 40 | 152 | 0 | 124 | 56 | 27 | 515 | 110 | 55 |
| Binary | 11000100 | 100000 | 1101010 | 0 | 1010100 | 101110 | 10111 | 101001101 | 1001000 | 101101 |
Color Harmonies of #C4206A
Complementary color
Monochromatic Colors of #C4206A
Black with #C4206A
Text Example
Text Example
White with #C4206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4206A; }
p { color: rgb(196,32,106); }
H1.HeaderClassName
{
color: #C4206A;
}
.AnyTagClassName
{
color: #C4206A;
}
</style>
background-color css
<style>
a { background-color: #C4206A; }
a { background-color: rgb(196,32,106); }
div.DivClassName
{
background-color: #C4206A;
}
.BgClassName
{
background-color: #C4206A;
}
</style>
border-color css
<style>
span { border-color: #C4206A; }
span { border-color: rgb(196,32,106); }
td.TdClassName
{
border-color: #C4206A;
}
.TagClassName
{
border-color: #C4206A;
}
</style>