Shades of Medium Violet Red #C6217A
Tints of Medium Violet Red #C6217A
RGB
CMYK
RGB Variations
Color information
#C6217A (or 0xC6217A) is known color: Medium Violet Red. HEX triplet: C6, 21 and 7A. RGB value is (198,33,122). Sum of RGB (Red+Green+Blue) = 198+33+122=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6217A is #39DE85. Grayscale: #5C5C5C. Windows color (decimal): -3792518 or 8004038. OLE color: 8004038.
HSL color Cylindrical-coordinate representation of color #C6217A: hue angle of 327.64º 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 #C6217A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 122 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.22 |
| HSL | 327.64º | 0.71% | 0.45% | - |
| HSV(B) | 327.64º | 0.83% | 0.78% | - |
| XYZ | 27.35 | 14.5 | 19.77 | - |
| YUV | 92.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 122 | 0 | 0.83 | 0.38 | 0.22 | 327.64 | 0.71 | 0.45 |
| Hex | C6 | 21 | 7A | 0 | 53 | 26 | 16 | 148 | 47 | 2D |
| Octal | 306 | 41 | 172 | 0 | 123 | 46 | 26 | 510 | 107 | 55 |
| Binary | 11000110 | 100001 | 1111010 | 0 | 1010011 | 100110 | 10110 | 101001000 | 1000111 | 101101 |
Color Harmonies of #C6217A
Complementary color
Monochromatic Colors of #C6217A
Black with #C6217A
Text Example
Text Example
White with #C6217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6217A; }
p { color: rgb(198,33,122); }
H1.HeaderClassName
{
color: #C6217A;
}
.AnyTagClassName
{
color: #C6217A;
}
</style>
background-color css
<style>
a { background-color: #C6217A; }
a { background-color: rgb(198,33,122); }
div.DivClassName
{
background-color: #C6217A;
}
.BgClassName
{
background-color: #C6217A;
}
</style>
border-color css
<style>
span { border-color: #C6217A; }
span { border-color: rgb(198,33,122); }
td.TdClassName
{
border-color: #C6217A;
}
.TagClassName
{
border-color: #C6217A;
}
</style>