Shades of Medium Violet Red #C0217C
Tints of Medium Violet Red #C0217C
RGB
CMYK
RGB Variations
Color information
#C0217C (or 0xC0217C) is known color: Medium Violet Red. HEX triplet: C0, 21 and 7C. RGB value is (192,33,124). Sum of RGB (Red+Green+Blue) = 192+33+124=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0217C is #3FDE83. Grayscale: #5A5A5A. Windows color (decimal): -4185732 or 8135104. OLE color: 8135104.
HSL color Cylindrical-coordinate representation of color #C0217C: hue angle of 325.66º 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 #C0217C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 124 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.25 |
| HSL | 325.66º | 0.71% | 0.44% | - |
| HSV(B) | 325.66º | 0.83% | 0.75% | - |
| XYZ | 25.92 | 13.75 | 20.36 | - |
| YUV | 90.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 124 | 0 | 0.83 | 0.35 | 0.25 | 325.66 | 0.71 | 0.44 |
| Hex | C0 | 21 | 7C | 0 | 53 | 23 | 19 | 146 | 47 | 2C |
| Octal | 300 | 41 | 174 | 0 | 123 | 43 | 31 | 506 | 107 | 54 |
| Binary | 11000000 | 100001 | 1111100 | 0 | 1010011 | 100011 | 11001 | 101000110 | 1000111 | 101100 |
Color Harmonies of #C0217C
Complementary color
Monochromatic Colors of #C0217C
Black with #C0217C
Text Example
Text Example
White with #C0217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0217C; }
p { color: rgb(192,33,124); }
H1.HeaderClassName
{
color: #C0217C;
}
.AnyTagClassName
{
color: #C0217C;
}
</style>
background-color css
<style>
a { background-color: #C0217C; }
a { background-color: rgb(192,33,124); }
div.DivClassName
{
background-color: #C0217C;
}
.BgClassName
{
background-color: #C0217C;
}
</style>
border-color css
<style>
span { border-color: #C0217C; }
span { border-color: rgb(192,33,124); }
td.TdClassName
{
border-color: #C0217C;
}
.TagClassName
{
border-color: #C0217C;
}
</style>