Shades of Medium Violet Red #C007A4
Tints of Medium Violet Red #C007A4
RGB
CMYK
RGB Variations
Color information
#C007A4 (or 0xC007A4) is known color: Medium Violet Red. HEX triplet: C0, 07 and A4. RGB value is (192,7,164). Sum of RGB (Red+Green+Blue) = 192+7+164=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C007A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C007A4 is #3FF85B. Grayscale: #4F4F4F. Windows color (decimal): -4192348 or 10749888. OLE color: 10749888.
HSL color Cylindrical-coordinate representation of color #C007A4: hue angle of 309.08º 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 #C007A4 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 164 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.25 |
| HSL | 309.08º | 0.93% | 0.39% | - |
| HSV(B) | 309.08º | 0.96% | 0.75% | - |
| XYZ | 28.52 | 14.04 | 36.33 | - |
| YUV | 80.21 | 175.29 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 164 | 0 | 0.96 | 0.15 | 0.25 | 309.08 | 0.93 | 0.39 |
| Hex | C0 | 7 | A4 | 0 | 60 | F | 19 | 135 | 5D | 27 |
| Octal | 300 | 7 | 244 | 0 | 140 | 17 | 31 | 465 | 135 | 47 |
| Binary | 11000000 | 111 | 10100100 | 0 | 1100000 | 1111 | 11001 | 100110101 | 1011101 | 100111 |
Color Harmonies of #C007A4
Complementary color
Monochromatic Colors of #C007A4
Black with #C007A4
Text Example
Text Example
White with #C007A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007A4; }
p { color: rgb(192,7,164); }
H1.HeaderClassName
{
color: #C007A4;
}
.AnyTagClassName
{
color: #C007A4;
}
</style>
background-color css
<style>
a { background-color: #C007A4; }
a { background-color: rgb(192,7,164); }
div.DivClassName
{
background-color: #C007A4;
}
.BgClassName
{
background-color: #C007A4;
}
</style>
border-color css
<style>
span { border-color: #C007A4; }
span { border-color: rgb(192,7,164); }
td.TdClassName
{
border-color: #C007A4;
}
.TagClassName
{
border-color: #C007A4;
}
</style>