Shades of Medium Violet Red #C0218A
Tints of Medium Violet Red #C0218A
RGB
CMYK
RGB Variations
Color information
#C0218A (or 0xC0218A) is known color: Medium Violet Red. HEX triplet: C0, 21 and 8A. RGB value is (192,33,138). Sum of RGB (Red+Green+Blue) = 192+33+138=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0218A is #3FDE75. Grayscale: #5C5C5C. Windows color (decimal): -4185718 or 9052608. OLE color: 9052608.
HSL color Cylindrical-coordinate representation of color #C0218A: hue angle of 320.38º 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 #C0218A is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 138 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.25 |
| HSL | 320.38º | 0.71% | 0.44% | - |
| HSV(B) | 320.38º | 0.83% | 0.75% | - |
| XYZ | 26.87 | 14.13 | 25.36 | - |
| YUV | 92.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 138 | 0 | 0.83 | 0.28 | 0.25 | 320.38 | 0.71 | 0.44 |
| Hex | C0 | 21 | 8A | 0 | 53 | 1C | 19 | 140 | 47 | 2C |
| Octal | 300 | 41 | 212 | 0 | 123 | 34 | 31 | 500 | 107 | 54 |
| Binary | 11000000 | 100001 | 10001010 | 0 | 1010011 | 11100 | 11001 | 101000000 | 1000111 | 101100 |
Color Harmonies of #C0218A
Complementary color
Monochromatic Colors of #C0218A
Black with #C0218A
Text Example
Text Example
White with #C0218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0218A; }
p { color: rgb(192,33,138); }
H1.HeaderClassName
{
color: #C0218A;
}
.AnyTagClassName
{
color: #C0218A;
}
</style>
background-color css
<style>
a { background-color: #C0218A; }
a { background-color: rgb(192,33,138); }
div.DivClassName
{
background-color: #C0218A;
}
.BgClassName
{
background-color: #C0218A;
}
</style>
border-color css
<style>
span { border-color: #C0218A; }
span { border-color: rgb(192,33,138); }
td.TdClassName
{
border-color: #C0218A;
}
.TagClassName
{
border-color: #C0218A;
}
</style>