Shades of Medium Violet Red #C0216E
Tints of Medium Violet Red #C0216E
RGB
CMYK
RGB Variations
Color information
#C0216E (or 0xC0216E) is known color: Medium Violet Red. HEX triplet: C0, 21 and 6E. RGB value is (192,33,110). Sum of RGB (Red+Green+Blue) = 192+33+110=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0216E is #3FDE91. Grayscale: #595959. Windows color (decimal): -4185746 or 7217600. OLE color: 7217600.
HSL color Cylindrical-coordinate representation of color #C0216E: hue angle of 330.94º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0216E is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 110 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.25 |
| HSL | 330.94º | 0.71% | 0.44% | - |
| HSV(B) | 330.94º | 0.83% | 0.75% | - |
| XYZ | 25.1 | 13.42 | 16.02 | - |
| YUV | 89.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 110 | 0 | 0.83 | 0.43 | 0.25 | 330.94 | 0.71 | 0.44 |
| Hex | C0 | 21 | 6E | 0 | 53 | 2B | 19 | 14B | 47 | 2C |
| Octal | 300 | 41 | 156 | 0 | 123 | 53 | 31 | 513 | 107 | 54 |
| Binary | 11000000 | 100001 | 1101110 | 0 | 1010011 | 101011 | 11001 | 101001011 | 1000111 | 101100 |
Color Harmonies of #C0216E
Complementary color
Monochromatic Colors of #C0216E
Black with #C0216E
Text Example
Text Example
White with #C0216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0216E; }
p { color: rgb(192,33,110); }
H1.HeaderClassName
{
color: #C0216E;
}
.AnyTagClassName
{
color: #C0216E;
}
</style>
background-color css
<style>
a { background-color: #C0216E; }
a { background-color: rgb(192,33,110); }
div.DivClassName
{
background-color: #C0216E;
}
.BgClassName
{
background-color: #C0216E;
}
</style>
border-color css
<style>
span { border-color: #C0216E; }
span { border-color: rgb(192,33,110); }
td.TdClassName
{
border-color: #C0216E;
}
.TagClassName
{
border-color: #C0216E;
}
</style>