Shades of Medium Violet Red #C2206B
Tints of Medium Violet Red #C2206B
RGB
CMYK
RGB Variations
Color information
#C2206B (or 0xC2206B) is known color: Medium Violet Red. HEX triplet: C2, 20 and 6B. RGB value is (194,32,107). Sum of RGB (Red+Green+Blue) = 194+32+107=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2206B is #3DDF94. Grayscale: #585858. Windows color (decimal): -4054933 or 7020738. OLE color: 7020738.
HSL color Cylindrical-coordinate representation of color #C2206B: hue angle of 332.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2206B is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 107 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.24 |
| HSL | 332.22º | 0.72% | 0.44% | - |
| HSV(B) | 332.22º | 0.84% | 0.76% | - |
| XYZ | 25.42 | 13.56 | 15.19 | - |
| YUV | 88.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 107 | 0 | 0.84 | 0.45 | 0.24 | 332.22 | 0.72 | 0.44 |
| Hex | C2 | 20 | 6B | 0 | 54 | 2D | 18 | 14C | 48 | 2C |
| Octal | 302 | 40 | 153 | 0 | 124 | 55 | 30 | 514 | 110 | 54 |
| Binary | 11000010 | 100000 | 1101011 | 0 | 1010100 | 101101 | 11000 | 101001100 | 1001000 | 101100 |
Color Harmonies of #C2206B
Complementary color
Monochromatic Colors of #C2206B
Black with #C2206B
Text Example
Text Example
White with #C2206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2206B; }
p { color: rgb(194,32,107); }
H1.HeaderClassName
{
color: #C2206B;
}
.AnyTagClassName
{
color: #C2206B;
}
</style>
background-color css
<style>
a { background-color: #C2206B; }
a { background-color: rgb(194,32,107); }
div.DivClassName
{
background-color: #C2206B;
}
.BgClassName
{
background-color: #C2206B;
}
</style>
border-color css
<style>
span { border-color: #C2206B; }
span { border-color: rgb(194,32,107); }
td.TdClassName
{
border-color: #C2206B;
}
.TagClassName
{
border-color: #C2206B;
}
</style>