Shades of Medium Violet Red #C0218F
Tints of Medium Violet Red #C0218F
RGB
CMYK
RGB Variations
Color information
#C0218F (or 0xC0218F) is known color: Medium Violet Red. HEX triplet: C0, 21 and 8F. RGB value is (192,33,143). Sum of RGB (Red+Green+Blue) = 192+33+143=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0218F is #3FDE70. Grayscale: #5C5C5C. Windows color (decimal): -4185713 or 9380288. OLE color: 9380288.
HSL color Cylindrical-coordinate representation of color #C0218F: hue angle of 318.49º 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 #C0218F is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 143 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.25 |
| HSL | 318.49º | 0.71% | 0.44% | - |
| HSV(B) | 318.49º | 0.83% | 0.75% | - |
| XYZ | 27.24 | 14.28 | 27.31 | - |
| YUV | 93.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 143 | 0 | 0.83 | 0.26 | 0.25 | 318.49 | 0.71 | 0.44 |
| Hex | C0 | 21 | 8F | 0 | 53 | 1A | 19 | 13E | 47 | 2C |
| Octal | 300 | 41 | 217 | 0 | 123 | 32 | 31 | 476 | 107 | 54 |
| Binary | 11000000 | 100001 | 10001111 | 0 | 1010011 | 11010 | 11001 | 100111110 | 1000111 | 101100 |
Color Harmonies of #C0218F
Complementary color
Monochromatic Colors of #C0218F
Black with #C0218F
Text Example
Text Example
White with #C0218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0218F; }
p { color: rgb(192,33,143); }
H1.HeaderClassName
{
color: #C0218F;
}
.AnyTagClassName
{
color: #C0218F;
}
</style>
background-color css
<style>
a { background-color: #C0218F; }
a { background-color: rgb(192,33,143); }
div.DivClassName
{
background-color: #C0218F;
}
.BgClassName
{
background-color: #C0218F;
}
</style>
border-color css
<style>
span { border-color: #C0218F; }
span { border-color: rgb(192,33,143); }
td.TdClassName
{
border-color: #C0218F;
}
.TagClassName
{
border-color: #C0218F;
}
</style>