Shades of Medium Violet Red #C018A7
Tints of Medium Violet Red #C018A7
RGB
CMYK
RGB Variations
Color information
#C018A7 (or 0xC018A7) is known color: Medium Violet Red. HEX triplet: C0, 18 and A7. RGB value is (192,24,167). Sum of RGB (Red+Green+Blue) = 192+24+167=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C018A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018A7 is #3FE758. Grayscale: #5A5A5A. Windows color (decimal): -4187993 or 10950848. OLE color: 10950848.
HSL color Cylindrical-coordinate representation of color #C018A7: hue angle of 308.93º 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 #C018A7 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 167 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.25 |
| HSL | 308.93º | 0.78% | 0.42% | - |
| HSV(B) | 308.93º | 0.88% | 0.75% | - |
| XYZ | 29.04 | 14.65 | 37.86 | - |
| YUV | 90.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 167 | 0 | 0.88 | 0.13 | 0.25 | 308.93 | 0.78 | 0.42 |
| Hex | C0 | 18 | A7 | 0 | 58 | D | 19 | 135 | 4E | 2A |
| Octal | 300 | 30 | 247 | 0 | 130 | 15 | 31 | 465 | 116 | 52 |
| Binary | 11000000 | 11000 | 10100111 | 0 | 1011000 | 1101 | 11001 | 100110101 | 1001110 | 101010 |
Color Harmonies of #C018A7
Complementary color
Monochromatic Colors of #C018A7
Black with #C018A7
Text Example
Text Example
White with #C018A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018A7; }
p { color: rgb(192,24,167); }
H1.HeaderClassName
{
color: #C018A7;
}
.AnyTagClassName
{
color: #C018A7;
}
</style>
background-color css
<style>
a { background-color: #C018A7; }
a { background-color: rgb(192,24,167); }
div.DivClassName
{
background-color: #C018A7;
}
.BgClassName
{
background-color: #C018A7;
}
</style>
border-color css
<style>
span { border-color: #C018A7; }
span { border-color: rgb(192,24,167); }
td.TdClassName
{
border-color: #C018A7;
}
.TagClassName
{
border-color: #C018A7;
}
</style>