Shades of Medium Violet Red #C218A6
Tints of Medium Violet Red #C218A6
RGB
CMYK
RGB Variations
Color information
#C218A6 (or 0xC218A6) is known color: Medium Violet Red. HEX triplet: C2, 18 and A6. RGB value is (194,24,166). Sum of RGB (Red+Green+Blue) = 194+24+166=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C218A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218A6 is #3DE759. Grayscale: #5A5A5A. Windows color (decimal): -4056922 or 10885314. OLE color: 10885314.
HSL color Cylindrical-coordinate representation of color #C218A6: hue angle of 309.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C218A6 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 166 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.24 |
| HSL | 309.88º | 0.78% | 0.43% | - |
| HSV(B) | 309.88º | 0.88% | 0.76% | - |
| XYZ | 29.46 | 14.88 | 37.4 | - |
| YUV | 91.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 166 | 0 | 0.88 | 0.14 | 0.24 | 309.88 | 0.78 | 0.43 |
| Hex | C2 | 18 | A6 | 0 | 58 | E | 18 | 136 | 4E | 2B |
| Octal | 302 | 30 | 246 | 0 | 130 | 16 | 30 | 466 | 116 | 53 |
| Binary | 11000010 | 11000 | 10100110 | 0 | 1011000 | 1110 | 11000 | 100110110 | 1001110 | 101011 |
Color Harmonies of #C218A6
Complementary color
Monochromatic Colors of #C218A6
Black with #C218A6
Text Example
Text Example
White with #C218A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218A6; }
p { color: rgb(194,24,166); }
H1.HeaderClassName
{
color: #C218A6;
}
.AnyTagClassName
{
color: #C218A6;
}
</style>
background-color css
<style>
a { background-color: #C218A6; }
a { background-color: rgb(194,24,166); }
div.DivClassName
{
background-color: #C218A6;
}
.BgClassName
{
background-color: #C218A6;
}
</style>
border-color css
<style>
span { border-color: #C218A6; }
span { border-color: rgb(194,24,166); }
td.TdClassName
{
border-color: #C218A6;
}
.TagClassName
{
border-color: #C218A6;
}
</style>