Shades of Medium Red Violet #C12AA7
Tints of Medium Red Violet #C12AA7
RGB
CMYK
RGB Variations
Color information
#C12AA7 (or 0xC12AA7) is known color: Medium Red Violet. HEX triplet: C1, 2A and A7. RGB value is (193,42,167). Sum of RGB (Red+Green+Blue) = 193+42+167=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12AA7 is #3ED558. Grayscale: #656565. Windows color (decimal): -4117849 or 10955457. OLE color: 10955457.
HSL color Cylindrical-coordinate representation of color #C12AA7: hue angle of 310.33º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12AA7 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 167 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.24 |
| HSL | 310.33º | 0.64% | 0.46% | - |
| HSV(B) | 310.33º | 0.78% | 0.76% | - |
| XYZ | 29.8 | 15.78 | 38.04 | - |
| YUV | 101.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 167 | 0 | 0.78 | 0.13 | 0.24 | 310.33 | 0.64 | 0.46 |
| Hex | C1 | 2A | A7 | 0 | 4E | D | 18 | 136 | 40 | 2E |
| Octal | 301 | 52 | 247 | 0 | 116 | 15 | 30 | 466 | 100 | 56 |
| Binary | 11000001 | 101010 | 10100111 | 0 | 1001110 | 1101 | 11000 | 100110110 | 1000000 | 101110 |
Color Harmonies of #C12AA7
Complementary color
Monochromatic Colors of #C12AA7
Black with #C12AA7
Text Example
Text Example
White with #C12AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AA7; }
p { color: rgb(193,42,167); }
H1.HeaderClassName
{
color: #C12AA7;
}
.AnyTagClassName
{
color: #C12AA7;
}
</style>
background-color css
<style>
a { background-color: #C12AA7; }
a { background-color: rgb(193,42,167); }
div.DivClassName
{
background-color: #C12AA7;
}
.BgClassName
{
background-color: #C12AA7;
}
</style>
border-color css
<style>
span { border-color: #C12AA7; }
span { border-color: rgb(193,42,167); }
td.TdClassName
{
border-color: #C12AA7;
}
.TagClassName
{
border-color: #C12AA7;
}
</style>