Shades of Medium Violet Red #C218AB
Tints of Medium Violet Red #C218AB
RGB
CMYK
RGB Variations
Color information
#C218AB (or 0xC218AB) is known color: Medium Violet Red. HEX triplet: C2, 18 and AB. RGB value is (194,24,171). Sum of RGB (Red+Green+Blue) = 194+24+171=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C218AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218AB is #3DE754. Grayscale: #5B5B5B. Windows color (decimal): -4056917 or 11212994. OLE color: 11212994.
HSL color Cylindrical-coordinate representation of color #C218AB: hue angle of 308.12º 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 #C218AB is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 171 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.24 |
| HSL | 308.12º | 0.78% | 0.43% | - |
| HSV(B) | 308.12º | 0.88% | 0.76% | - |
| XYZ | 29.93 | 15.06 | 39.86 | - |
| YUV | 91.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 171 | 0 | 0.88 | 0.12 | 0.24 | 308.12 | 0.78 | 0.43 |
| Hex | C2 | 18 | AB | 0 | 58 | C | 18 | 134 | 4E | 2B |
| Octal | 302 | 30 | 253 | 0 | 130 | 14 | 30 | 464 | 116 | 53 |
| Binary | 11000010 | 11000 | 10101011 | 0 | 1011000 | 1100 | 11000 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C218AB
Complementary color
Monochromatic Colors of #C218AB
Black with #C218AB
Text Example
Text Example
White with #C218AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218AB; }
p { color: rgb(194,24,171); }
H1.HeaderClassName
{
color: #C218AB;
}
.AnyTagClassName
{
color: #C218AB;
}
</style>
background-color css
<style>
a { background-color: #C218AB; }
a { background-color: rgb(194,24,171); }
div.DivClassName
{
background-color: #C218AB;
}
.BgClassName
{
background-color: #C218AB;
}
</style>
border-color css
<style>
span { border-color: #C218AB; }
span { border-color: rgb(194,24,171); }
td.TdClassName
{
border-color: #C218AB;
}
.TagClassName
{
border-color: #C218AB;
}
</style>