Shades of Medium Violet Red #C000A4
Tints of Medium Violet Red #C000A4
RGB
CMYK
RGB Variations
Color information
#C000A4 (or 0xC000A4) is known color: Medium Violet Red. HEX triplet: C0, 00 and A4. RGB value is (192,0,164). Sum of RGB (Red+Green+Blue) = 192+0+164=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C000A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000A4 is #3FFF5B. Grayscale: #4B4B4B. Windows color (decimal): -4194140 or 10748096. OLE color: 10748096.
HSL color Cylindrical-coordinate representation of color #C000A4: hue angle of 308.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000A4 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 164 | - |
| CMYK | 0 | 1 | 0.15 | 0.25 |
| HSL | 308.75º | 1% | 0.38% | - |
| HSV(B) | 308.75º | 1% | 0.75% | - |
| XYZ | 28.44 | 13.89 | 36.3 | - |
| YUV | 76.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 164 | 0 | 1 | 0.15 | 0.25 | 308.75 | 1 | 0.38 |
| Hex | C0 | 0 | A4 | 0 | 64 | F | 19 | 135 | 64 | 26 |
| Octal | 300 | 0 | 244 | 0 | 144 | 17 | 31 | 465 | 144 | 46 |
| Binary | 11000000 | 0 | 10100100 | 0 | 1100100 | 1111 | 11001 | 100110101 | 1100100 | 100110 |
Color Harmonies of #C000A4
Complementary color
Monochromatic Colors of #C000A4
Black with #C000A4
Text Example
Text Example
White with #C000A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000A4; }
p { color: rgb(192,0,164); }
H1.HeaderClassName
{
color: #C000A4;
}
.AnyTagClassName
{
color: #C000A4;
}
</style>
background-color css
<style>
a { background-color: #C000A4; }
a { background-color: rgb(192,0,164); }
div.DivClassName
{
background-color: #C000A4;
}
.BgClassName
{
background-color: #C000A4;
}
</style>
border-color css
<style>
span { border-color: #C000A4; }
span { border-color: rgb(192,0,164); }
td.TdClassName
{
border-color: #C000A4;
}
.TagClassName
{
border-color: #C000A4;
}
</style>