Shades of Medium Violet Red #C018A6
Tints of Medium Violet Red #C018A6
RGB
CMYK
RGB Variations
Color information
#C018A6 (or 0xC018A6) is known color: Medium Violet Red. HEX triplet: C0, 18 and A6. RGB value is (192,24,166). Sum of RGB (Red+Green+Blue) = 192+24+166=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C018A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018A6 is #3FE759. Grayscale: #5A5A5A. Windows color (decimal): -4187994 or 10885312. OLE color: 10885312.
HSL color Cylindrical-coordinate representation of color #C018A6: hue angle of 309.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018A6 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 166 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.25 |
| HSL | 309.29º | 0.78% | 0.42% | - |
| HSV(B) | 309.29º | 0.88% | 0.75% | - |
| XYZ | 28.95 | 14.61 | 37.37 | - |
| YUV | 90.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 166 | 0 | 0.88 | 0.14 | 0.25 | 309.29 | 0.78 | 0.42 |
| Hex | C0 | 18 | A6 | 0 | 58 | E | 19 | 135 | 4E | 2A |
| Octal | 300 | 30 | 246 | 0 | 130 | 16 | 31 | 465 | 116 | 52 |
| Binary | 11000000 | 11000 | 10100110 | 0 | 1011000 | 1110 | 11001 | 100110101 | 1001110 | 101010 |
Color Harmonies of #C018A6
Complementary color
Monochromatic Colors of #C018A6
Black with #C018A6
Text Example
Text Example
White with #C018A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018A6; }
p { color: rgb(192,24,166); }
H1.HeaderClassName
{
color: #C018A6;
}
.AnyTagClassName
{
color: #C018A6;
}
</style>
background-color css
<style>
a { background-color: #C018A6; }
a { background-color: rgb(192,24,166); }
div.DivClassName
{
background-color: #C018A6;
}
.BgClassName
{
background-color: #C018A6;
}
</style>
border-color css
<style>
span { border-color: #C018A6; }
span { border-color: rgb(192,24,166); }
td.TdClassName
{
border-color: #C018A6;
}
.TagClassName
{
border-color: #C018A6;
}
</style>