Shades of Medium Violet Red #C007A2
Tints of Medium Violet Red #C007A2
RGB
CMYK
RGB Variations
Color information
#C007A2 (or 0xC007A2) is known color: Medium Violet Red. HEX triplet: C0, 07 and A2. RGB value is (192,7,162). Sum of RGB (Red+Green+Blue) = 192+7+162=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C007A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C007A2 is #3FF85D. Grayscale: #4F4F4F. Windows color (decimal): -4192350 or 10618816. OLE color: 10618816.
HSL color Cylindrical-coordinate representation of color #C007A2: hue angle of 309.73º 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 #C007A2 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 162 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.25 |
| HSL | 309.73º | 0.93% | 0.39% | - |
| HSV(B) | 309.73º | 0.96% | 0.75% | - |
| XYZ | 28.34 | 13.97 | 35.38 | - |
| YUV | 79.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 162 | 0 | 0.96 | 0.16 | 0.25 | 309.73 | 0.93 | 0.39 |
| Hex | C0 | 7 | A2 | 0 | 60 | 10 | 19 | 136 | 5D | 27 |
| Octal | 300 | 7 | 242 | 0 | 140 | 20 | 31 | 466 | 135 | 47 |
| Binary | 11000000 | 111 | 10100010 | 0 | 1100000 | 10000 | 11001 | 100110110 | 1011101 | 100111 |
Color Harmonies of #C007A2
Complementary color
Monochromatic Colors of #C007A2
Black with #C007A2
Text Example
Text Example
White with #C007A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007A2; }
p { color: rgb(192,7,162); }
H1.HeaderClassName
{
color: #C007A2;
}
.AnyTagClassName
{
color: #C007A2;
}
</style>
background-color css
<style>
a { background-color: #C007A2; }
a { background-color: rgb(192,7,162); }
div.DivClassName
{
background-color: #C007A2;
}
.BgClassName
{
background-color: #C007A2;
}
</style>
border-color css
<style>
span { border-color: #C007A2; }
span { border-color: rgb(192,7,162); }
td.TdClassName
{
border-color: #C007A2;
}
.TagClassName
{
border-color: #C007A2;
}
</style>