Shades of Medium Violet Red #C004A1
Tints of Medium Violet Red #C004A1
RGB
CMYK
RGB Variations
Color information
#C004A1 (or 0xC004A1) is known color: Medium Violet Red. HEX triplet: C0, 04 and A1. RGB value is (192,4,161). Sum of RGB (Red+Green+Blue) = 192+4+161=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C004A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C004A1 is #3FFB5E. Grayscale: #4D4D4D. Windows color (decimal): -4193119 or 10552512. OLE color: 10552512.
HSL color Cylindrical-coordinate representation of color #C004A1: hue angle of 309.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004A1 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.25 |
| HSL | 309.89º | 0.96% | 0.38% | - |
| HSV(B) | 309.89º | 0.98% | 0.75% | - |
| XYZ | 28.21 | 13.87 | 34.91 | - |
| YUV | 78.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 161 | 0 | 0.98 | 0.16 | 0.25 | 309.89 | 0.96 | 0.38 |
| Hex | C0 | 4 | A1 | 0 | 62 | 10 | 19 | 136 | 60 | 26 |
| Octal | 300 | 4 | 241 | 0 | 142 | 20 | 31 | 466 | 140 | 46 |
| Binary | 11000000 | 100 | 10100001 | 0 | 1100010 | 10000 | 11001 | 100110110 | 1100000 | 100110 |
Color Harmonies of #C004A1
Complementary color
Monochromatic Colors of #C004A1
Black with #C004A1
Text Example
Text Example
White with #C004A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004A1; }
p { color: rgb(192,4,161); }
H1.HeaderClassName
{
color: #C004A1;
}
.AnyTagClassName
{
color: #C004A1;
}
</style>
background-color css
<style>
a { background-color: #C004A1; }
a { background-color: rgb(192,4,161); }
div.DivClassName
{
background-color: #C004A1;
}
.BgClassName
{
background-color: #C004A1;
}
</style>
border-color css
<style>
span { border-color: #C004A1; }
span { border-color: rgb(192,4,161); }
td.TdClassName
{
border-color: #C004A1;
}
.TagClassName
{
border-color: #C004A1;
}
</style>