Shades of Medium Violet Red #C2207E
Tints of Medium Violet Red #C2207E
RGB
CMYK
RGB Variations
Color information
#C2207E (or 0xC2207E) is known color: Medium Violet Red. HEX triplet: C2, 20 and 7E. RGB value is (194,32,126). Sum of RGB (Red+Green+Blue) = 194+32+126=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2207E is #3DDF81. Grayscale: #5A5A5A. Windows color (decimal): -4054914 or 8265922. OLE color: 8265922.
HSL color Cylindrical-coordinate representation of color #C2207E: hue angle of 325.19º 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 #C2207E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 126 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.24 |
| HSL | 325.19º | 0.72% | 0.44% | - |
| HSV(B) | 325.19º | 0.84% | 0.76% | - |
| XYZ | 26.53 | 14.01 | 21.04 | - |
| YUV | 91.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 126 | 0 | 0.84 | 0.35 | 0.24 | 325.19 | 0.72 | 0.44 |
| Hex | C2 | 20 | 7E | 0 | 54 | 23 | 18 | 145 | 48 | 2C |
| Octal | 302 | 40 | 176 | 0 | 124 | 43 | 30 | 505 | 110 | 54 |
| Binary | 11000010 | 100000 | 1111110 | 0 | 1010100 | 100011 | 11000 | 101000101 | 1001000 | 101100 |
Color Harmonies of #C2207E
Complementary color
Monochromatic Colors of #C2207E
Black with #C2207E
Text Example
Text Example
White with #C2207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2207E; }
p { color: rgb(194,32,126); }
H1.HeaderClassName
{
color: #C2207E;
}
.AnyTagClassName
{
color: #C2207E;
}
</style>
background-color css
<style>
a { background-color: #C2207E; }
a { background-color: rgb(194,32,126); }
div.DivClassName
{
background-color: #C2207E;
}
.BgClassName
{
background-color: #C2207E;
}
</style>
border-color css
<style>
span { border-color: #C2207E; }
span { border-color: rgb(194,32,126); }
td.TdClassName
{
border-color: #C2207E;
}
.TagClassName
{
border-color: #C2207E;
}
</style>