Shades of Medium Violet Red #C018A4
Tints of Medium Violet Red #C018A4
RGB
CMYK
RGB Variations
Color information
#C018A4 (or 0xC018A4) is known color: Medium Violet Red. HEX triplet: C0, 18 and A4. RGB value is (192,24,164). Sum of RGB (Red+Green+Blue) = 192+24+164=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C018A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018A4 is #3FE75B. Grayscale: #595959. Windows color (decimal): -4187996 or 10754240. OLE color: 10754240.
HSL color Cylindrical-coordinate representation of color #C018A4: hue angle of 310º 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 #C018A4 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 164 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.25 |
| HSL | 310º | 0.78% | 0.42% | - |
| HSV(B) | 310º | 0.88% | 0.75% | - |
| XYZ | 28.77 | 14.54 | 36.41 | - |
| YUV | 90.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 164 | 0 | 0.88 | 0.15 | 0.25 | 310 | 0.78 | 0.42 |
| Hex | C0 | 18 | A4 | 0 | 58 | F | 19 | 136 | 4E | 2A |
| Octal | 300 | 30 | 244 | 0 | 130 | 17 | 31 | 466 | 116 | 52 |
| Binary | 11000000 | 11000 | 10100100 | 0 | 1011000 | 1111 | 11001 | 100110110 | 1001110 | 101010 |
Color Harmonies of #C018A4
Complementary color
Monochromatic Colors of #C018A4
Black with #C018A4
Text Example
Text Example
White with #C018A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018A4; }
p { color: rgb(192,24,164); }
H1.HeaderClassName
{
color: #C018A4;
}
.AnyTagClassName
{
color: #C018A4;
}
</style>
background-color css
<style>
a { background-color: #C018A4; }
a { background-color: rgb(192,24,164); }
div.DivClassName
{
background-color: #C018A4;
}
.BgClassName
{
background-color: #C018A4;
}
</style>
border-color css
<style>
span { border-color: #C018A4; }
span { border-color: rgb(192,24,164); }
td.TdClassName
{
border-color: #C018A4;
}
.TagClassName
{
border-color: #C018A4;
}
</style>