Shades of Medium Violet Red #C6217D
Tints of Medium Violet Red #C6217D
RGB
CMYK
RGB Variations
Color information
#C6217D (or 0xC6217D) is known color: Medium Violet Red. HEX triplet: C6, 21 and 7D. RGB value is (198,33,125). Sum of RGB (Red+Green+Blue) = 198+33+125=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6217D is #39DE82. Grayscale: #5C5C5C. Windows color (decimal): -3792515 or 8200646. OLE color: 8200646.
HSL color Cylindrical-coordinate representation of color #C6217D: hue angle of 326.55º 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 #C6217D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 125 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.22 |
| HSL | 326.55º | 0.71% | 0.45% | - |
| HSV(B) | 326.55º | 0.83% | 0.78% | - |
| XYZ | 27.53 | 14.57 | 20.76 | - |
| YUV | 92.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 125 | 0 | 0.83 | 0.37 | 0.22 | 326.55 | 0.71 | 0.45 |
| Hex | C6 | 21 | 7D | 0 | 53 | 25 | 16 | 147 | 47 | 2D |
| Octal | 306 | 41 | 175 | 0 | 123 | 45 | 26 | 507 | 107 | 55 |
| Binary | 11000110 | 100001 | 1111101 | 0 | 1010011 | 100101 | 10110 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C6217D
Complementary color
Monochromatic Colors of #C6217D
Black with #C6217D
Text Example
Text Example
White with #C6217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6217D; }
p { color: rgb(198,33,125); }
H1.HeaderClassName
{
color: #C6217D;
}
.AnyTagClassName
{
color: #C6217D;
}
</style>
background-color css
<style>
a { background-color: #C6217D; }
a { background-color: rgb(198,33,125); }
div.DivClassName
{
background-color: #C6217D;
}
.BgClassName
{
background-color: #C6217D;
}
</style>
border-color css
<style>
span { border-color: #C6217D; }
span { border-color: rgb(198,33,125); }
td.TdClassName
{
border-color: #C6217D;
}
.TagClassName
{
border-color: #C6217D;
}
</style>