Shades of Medium Violet Red #C218A4
Tints of Medium Violet Red #C218A4
RGB
CMYK
RGB Variations
Color information
#C218A4 (or 0xC218A4) is known color: Medium Violet Red. HEX triplet: C2, 18 and A4. RGB value is (194,24,164). Sum of RGB (Red+Green+Blue) = 194+24+164=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C218A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218A4 is #3DE75B. Grayscale: #5A5A5A. Windows color (decimal): -4056924 or 10754242. OLE color: 10754242.
HSL color Cylindrical-coordinate representation of color #C218A4: hue angle of 310.59º 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 #C218A4 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 164 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.24 |
| HSL | 310.59º | 0.78% | 0.43% | - |
| HSV(B) | 310.59º | 0.88% | 0.76% | - |
| XYZ | 29.28 | 14.8 | 36.44 | - |
| YUV | 90.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 164 | 0 | 0.88 | 0.15 | 0.24 | 310.59 | 0.78 | 0.43 |
| Hex | C2 | 18 | A4 | 0 | 58 | F | 18 | 137 | 4E | 2B |
| Octal | 302 | 30 | 244 | 0 | 130 | 17 | 30 | 467 | 116 | 53 |
| Binary | 11000010 | 11000 | 10100100 | 0 | 1011000 | 1111 | 11000 | 100110111 | 1001110 | 101011 |
Color Harmonies of #C218A4
Complementary color
Monochromatic Colors of #C218A4
Black with #C218A4
Text Example
Text Example
White with #C218A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218A4; }
p { color: rgb(194,24,164); }
H1.HeaderClassName
{
color: #C218A4;
}
.AnyTagClassName
{
color: #C218A4;
}
</style>
background-color css
<style>
a { background-color: #C218A4; }
a { background-color: rgb(194,24,164); }
div.DivClassName
{
background-color: #C218A4;
}
.BgClassName
{
background-color: #C218A4;
}
</style>
border-color css
<style>
span { border-color: #C218A4; }
span { border-color: rgb(194,24,164); }
td.TdClassName
{
border-color: #C218A4;
}
.TagClassName
{
border-color: #C218A4;
}
</style>