Shades of Medium Violet Red #C007A1
Tints of Medium Violet Red #C007A1
RGB
CMYK
RGB Variations
Color information
#C007A1 (or 0xC007A1) is known color: Medium Violet Red. HEX triplet: C0, 07 and A1. RGB value is (192,7,161). Sum of RGB (Red+Green+Blue) = 192+7+161=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C007A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C007A1 is #3FF85E. Grayscale: #4F4F4F. Windows color (decimal): -4192351 or 10553280. OLE color: 10553280.
HSL color Cylindrical-coordinate representation of color #C007A1: hue angle of 310.05º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C007A1 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.25 |
| HSL | 310.05º | 0.93% | 0.39% | - |
| HSV(B) | 310.05º | 0.96% | 0.75% | - |
| XYZ | 28.25 | 13.93 | 34.92 | - |
| YUV | 79.87 | 173.79 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 161 | 0 | 0.96 | 0.16 | 0.25 | 310.05 | 0.93 | 0.39 |
| Hex | C0 | 7 | A1 | 0 | 60 | 10 | 19 | 136 | 5D | 27 |
| Octal | 300 | 7 | 241 | 0 | 140 | 20 | 31 | 466 | 135 | 47 |
| Binary | 11000000 | 111 | 10100001 | 0 | 1100000 | 10000 | 11001 | 100110110 | 1011101 | 100111 |
Color Harmonies of #C007A1
Complementary color
Monochromatic Colors of #C007A1
Black with #C007A1
Text Example
Text Example
White with #C007A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007A1; }
p { color: rgb(192,7,161); }
H1.HeaderClassName
{
color: #C007A1;
}
.AnyTagClassName
{
color: #C007A1;
}
</style>
background-color css
<style>
a { background-color: #C007A1; }
a { background-color: rgb(192,7,161); }
div.DivClassName
{
background-color: #C007A1;
}
.BgClassName
{
background-color: #C007A1;
}
</style>
border-color css
<style>
span { border-color: #C007A1; }
span { border-color: rgb(192,7,161); }
td.TdClassName
{
border-color: #C007A1;
}
.TagClassName
{
border-color: #C007A1;
}
</style>