Shades of Medium Violet Red #C0218C
Tints of Medium Violet Red #C0218C
RGB
CMYK
RGB Variations
Color information
#C0218C (or 0xC0218C) is known color: Medium Violet Red. HEX triplet: C0, 21 and 8C. RGB value is (192,33,140). Sum of RGB (Red+Green+Blue) = 192+33+140=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0218C is #3FDE73. Grayscale: #5C5C5C. Windows color (decimal): -4185716 or 9183680. OLE color: 9183680.
HSL color Cylindrical-coordinate representation of color #C0218C: hue angle of 319.62º 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 #C0218C is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 140 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.25 |
| HSL | 319.62º | 0.71% | 0.44% | - |
| HSV(B) | 319.62º | 0.83% | 0.75% | - |
| XYZ | 27.02 | 14.19 | 26.13 | - |
| YUV | 92.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 140 | 0 | 0.83 | 0.27 | 0.25 | 319.62 | 0.71 | 0.44 |
| Hex | C0 | 21 | 8C | 0 | 53 | 1B | 19 | 140 | 47 | 2C |
| Octal | 300 | 41 | 214 | 0 | 123 | 33 | 31 | 500 | 107 | 54 |
| Binary | 11000000 | 100001 | 10001100 | 0 | 1010011 | 11011 | 11001 | 101000000 | 1000111 | 101100 |
Color Harmonies of #C0218C
Complementary color
Monochromatic Colors of #C0218C
Black with #C0218C
Text Example
Text Example
White with #C0218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0218C; }
p { color: rgb(192,33,140); }
H1.HeaderClassName
{
color: #C0218C;
}
.AnyTagClassName
{
color: #C0218C;
}
</style>
background-color css
<style>
a { background-color: #C0218C; }
a { background-color: rgb(192,33,140); }
div.DivClassName
{
background-color: #C0218C;
}
.BgClassName
{
background-color: #C0218C;
}
</style>
border-color css
<style>
span { border-color: #C0218C; }
span { border-color: rgb(192,33,140); }
td.TdClassName
{
border-color: #C0218C;
}
.TagClassName
{
border-color: #C0218C;
}
</style>