Shades of Medium Violet Red #C6217C
Tints of Medium Violet Red #C6217C
RGB
CMYK
RGB Variations
Color information
#C6217C (or 0xC6217C) is known color: Medium Violet Red. HEX triplet: C6, 21 and 7C. RGB value is (198,33,124). Sum of RGB (Red+Green+Blue) = 198+33+124=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6217C is #39DE83. Grayscale: #5C5C5C. Windows color (decimal): -3792516 or 8135110. OLE color: 8135110.
HSL color Cylindrical-coordinate representation of color #C6217C: hue angle of 326.91º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6217C is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 124 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.22 |
| HSL | 326.91º | 0.71% | 0.45% | - |
| HSV(B) | 326.91º | 0.83% | 0.78% | - |
| XYZ | 27.47 | 14.55 | 20.43 | - |
| YUV | 92.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 124 | 0 | 0.83 | 0.37 | 0.22 | 326.91 | 0.71 | 0.45 |
| Hex | C6 | 21 | 7C | 0 | 53 | 25 | 16 | 147 | 47 | 2D |
| Octal | 306 | 41 | 174 | 0 | 123 | 45 | 26 | 507 | 107 | 55 |
| Binary | 11000110 | 100001 | 1111100 | 0 | 1010011 | 100101 | 10110 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C6217C
Complementary color
Monochromatic Colors of #C6217C
Black with #C6217C
Text Example
Text Example
White with #C6217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6217C; }
p { color: rgb(198,33,124); }
H1.HeaderClassName
{
color: #C6217C;
}
.AnyTagClassName
{
color: #C6217C;
}
</style>
background-color css
<style>
a { background-color: #C6217C; }
a { background-color: rgb(198,33,124); }
div.DivClassName
{
background-color: #C6217C;
}
.BgClassName
{
background-color: #C6217C;
}
</style>
border-color css
<style>
span { border-color: #C6217C; }
span { border-color: rgb(198,33,124); }
td.TdClassName
{
border-color: #C6217C;
}
.TagClassName
{
border-color: #C6217C;
}
</style>