Shades of Medium Violet Red #C0217E
Tints of Medium Violet Red #C0217E
RGB
CMYK
RGB Variations
Color information
#C0217E (or 0xC0217E) is known color: Medium Violet Red. HEX triplet: C0, 21 and 7E. RGB value is (192,33,126). Sum of RGB (Red+Green+Blue) = 192+33+126=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0217E is #3FDE81. Grayscale: #5A5A5A. Windows color (decimal): -4185730 or 8266176. OLE color: 8266176.
HSL color Cylindrical-coordinate representation of color #C0217E: hue angle of 324.91º 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 #C0217E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 126 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.25 |
| HSL | 324.91º | 0.71% | 0.44% | - |
| HSV(B) | 324.91º | 0.83% | 0.75% | - |
| XYZ | 26.05 | 13.8 | 21.03 | - |
| YUV | 91.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 126 | 0 | 0.83 | 0.34 | 0.25 | 324.91 | 0.71 | 0.44 |
| Hex | C0 | 21 | 7E | 0 | 53 | 22 | 19 | 145 | 47 | 2C |
| Octal | 300 | 41 | 176 | 0 | 123 | 42 | 31 | 505 | 107 | 54 |
| Binary | 11000000 | 100001 | 1111110 | 0 | 1010011 | 100010 | 11001 | 101000101 | 1000111 | 101100 |
Color Harmonies of #C0217E
Complementary color
Monochromatic Colors of #C0217E
Black with #C0217E
Text Example
Text Example
White with #C0217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0217E; }
p { color: rgb(192,33,126); }
H1.HeaderClassName
{
color: #C0217E;
}
.AnyTagClassName
{
color: #C0217E;
}
</style>
background-color css
<style>
a { background-color: #C0217E; }
a { background-color: rgb(192,33,126); }
div.DivClassName
{
background-color: #C0217E;
}
.BgClassName
{
background-color: #C0217E;
}
</style>
border-color css
<style>
span { border-color: #C0217E; }
span { border-color: rgb(192,33,126); }
td.TdClassName
{
border-color: #C0217E;
}
.TagClassName
{
border-color: #C0217E;
}
</style>