Shades of Medium Violet Red #C418AB
Tints of Medium Violet Red #C418AB
RGB
CMYK
RGB Variations
Color information
#C418AB (or 0xC418AB) is known color: Medium Violet Red. HEX triplet: C4, 18 and AB. RGB value is (196,24,171). Sum of RGB (Red+Green+Blue) = 196+24+171=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C418AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C418AB is #3BE754. Grayscale: #5B5B5B. Windows color (decimal): -3925845 or 11212996. OLE color: 11212996.
HSL color Cylindrical-coordinate representation of color #C418AB: hue angle of 308.72º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C418AB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 171 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.23 |
| HSL | 308.72º | 0.78% | 0.43% | - |
| HSV(B) | 308.72º | 0.88% | 0.77% | - |
| XYZ | 30.44 | 15.33 | 39.88 | - |
| YUV | 92.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 171 | 0 | 0.88 | 0.13 | 0.23 | 308.72 | 0.78 | 0.43 |
| Hex | C4 | 18 | AB | 0 | 58 | D | 17 | 135 | 4E | 2B |
| Octal | 304 | 30 | 253 | 0 | 130 | 15 | 27 | 465 | 116 | 53 |
| Binary | 11000100 | 11000 | 10101011 | 0 | 1011000 | 1101 | 10111 | 100110101 | 1001110 | 101011 |
Color Harmonies of #C418AB
Complementary color
Monochromatic Colors of #C418AB
Black with #C418AB
Text Example
Text Example
White with #C418AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418AB; }
p { color: rgb(196,24,171); }
H1.HeaderClassName
{
color: #C418AB;
}
.AnyTagClassName
{
color: #C418AB;
}
</style>
background-color css
<style>
a { background-color: #C418AB; }
a { background-color: rgb(196,24,171); }
div.DivClassName
{
background-color: #C418AB;
}
.BgClassName
{
background-color: #C418AB;
}
</style>
border-color css
<style>
span { border-color: #C418AB; }
span { border-color: rgb(196,24,171); }
td.TdClassName
{
border-color: #C418AB;
}
.TagClassName
{
border-color: #C418AB;
}
</style>