Shades of Medium Violet Red #C6218B
Tints of Medium Violet Red #C6218B
RGB
CMYK
RGB Variations
Color information
#C6218B (or 0xC6218B) is known color: Medium Violet Red. HEX triplet: C6, 21 and 8B. RGB value is (198,33,139). Sum of RGB (Red+Green+Blue) = 198+33+139=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6218B is #39DE74. Grayscale: #5E5E5E. Windows color (decimal): -3792501 or 9118150. OLE color: 9118150.
HSL color Cylindrical-coordinate representation of color #C6218B: hue angle of 321.45º 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 #C6218B is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 139 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.22 |
| HSL | 321.45º | 0.71% | 0.45% | - |
| HSV(B) | 321.45º | 0.83% | 0.78% | - |
| XYZ | 28.49 | 14.96 | 25.81 | - |
| YUV | 94.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 139 | 0 | 0.83 | 0.30 | 0.22 | 321.45 | 0.71 | 0.45 |
| Hex | C6 | 21 | 8B | 0 | 53 | 1E | 16 | 141 | 47 | 2D |
| Octal | 306 | 41 | 213 | 0 | 123 | 36 | 26 | 501 | 107 | 55 |
| Binary | 11000110 | 100001 | 10001011 | 0 | 1010011 | 11110 | 10110 | 101000001 | 1000111 | 101101 |
Color Harmonies of #C6218B
Complementary color
Monochromatic Colors of #C6218B
Black with #C6218B
Text Example
Text Example
White with #C6218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6218B; }
p { color: rgb(198,33,139); }
H1.HeaderClassName
{
color: #C6218B;
}
.AnyTagClassName
{
color: #C6218B;
}
</style>
background-color css
<style>
a { background-color: #C6218B; }
a { background-color: rgb(198,33,139); }
div.DivClassName
{
background-color: #C6218B;
}
.BgClassName
{
background-color: #C6218B;
}
</style>
border-color css
<style>
span { border-color: #C6218B; }
span { border-color: rgb(198,33,139); }
td.TdClassName
{
border-color: #C6218B;
}
.TagClassName
{
border-color: #C6218B;
}
</style>