Shades of Medium Red Violet #C12CAB
Tints of Medium Red Violet #C12CAB
RGB
CMYK
RGB Variations
Color information
#C12CAB (or 0xC12CAB) is known color: Medium Red Violet. HEX triplet: C1, 2C and AB. RGB value is (193,44,171). Sum of RGB (Red+Green+Blue) = 193+44+171=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12CAB is #3ED354. Grayscale: #666666. Windows color (decimal): -4117333 or 11218113. OLE color: 11218113.
HSL color Cylindrical-coordinate representation of color #C12CAB: hue angle of 308.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12CAB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 171 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.24 |
| HSL | 308.86º | 0.63% | 0.46% | - |
| HSV(B) | 308.86º | 0.77% | 0.76% | - |
| XYZ | 30.24 | 16.08 | 40.04 | - |
| YUV | 103.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 171 | 0 | 0.77 | 0.11 | 0.24 | 308.86 | 0.63 | 0.46 |
| Hex | C1 | 2C | AB | 0 | 4D | B | 18 | 135 | 3F | 2E |
| Octal | 301 | 54 | 253 | 0 | 115 | 13 | 30 | 465 | 77 | 56 |
| Binary | 11000001 | 101100 | 10101011 | 0 | 1001101 | 1011 | 11000 | 100110101 | 111111 | 101110 |
Color Harmonies of #C12CAB
Complementary color
Monochromatic Colors of #C12CAB
Black with #C12CAB
Text Example
Text Example
White with #C12CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CAB; }
p { color: rgb(193,44,171); }
H1.HeaderClassName
{
color: #C12CAB;
}
.AnyTagClassName
{
color: #C12CAB;
}
</style>
background-color css
<style>
a { background-color: #C12CAB; }
a { background-color: rgb(193,44,171); }
div.DivClassName
{
background-color: #C12CAB;
}
.BgClassName
{
background-color: #C12CAB;
}
</style>
border-color css
<style>
span { border-color: #C12CAB; }
span { border-color: rgb(193,44,171); }
td.TdClassName
{
border-color: #C12CAB;
}
.TagClassName
{
border-color: #C12CAB;
}
</style>