Shades of Medium Red Violet #C12888
Tints of Medium Red Violet #C12888
RGB
CMYK
RGB Variations
Color information
#C12888 (or 0xC12888) is known color: Medium Red Violet. HEX triplet: C1, 28 and 88. RGB value is (193,40,136). Sum of RGB (Red+Green+Blue) = 193+40+136=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C12888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12888 is #3ED777. Grayscale: #606060. Windows color (decimal): -4118392 or 8923329. OLE color: 8923329.
HSL color Cylindrical-coordinate representation of color #C12888: hue angle of 322.35º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12888 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 136 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.24 |
| HSL | 322.35º | 0.66% | 0.46% | - |
| HSV(B) | 322.35º | 0.79% | 0.76% | - |
| XYZ | 27.2 | 14.63 | 24.68 | - |
| YUV | 96.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 136 | 0 | 0.79 | 0.30 | 0.24 | 322.35 | 0.66 | 0.46 |
| Hex | C1 | 28 | 88 | 0 | 4F | 1E | 18 | 142 | 42 | 2E |
| Octal | 301 | 50 | 210 | 0 | 117 | 36 | 30 | 502 | 102 | 56 |
| Binary | 11000001 | 101000 | 10001000 | 0 | 1001111 | 11110 | 11000 | 101000010 | 1000010 | 101110 |
Color Harmonies of #C12888
Complementary color
Monochromatic Colors of #C12888
Black with #C12888
Text Example
Text Example
White with #C12888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12888; }
p { color: rgb(193,40,136); }
H1.HeaderClassName
{
color: #C12888;
}
.AnyTagClassName
{
color: #C12888;
}
</style>
background-color css
<style>
a { background-color: #C12888; }
a { background-color: rgb(193,40,136); }
div.DivClassName
{
background-color: #C12888;
}
.BgClassName
{
background-color: #C12888;
}
</style>
border-color css
<style>
span { border-color: #C12888; }
span { border-color: rgb(193,40,136); }
td.TdClassName
{
border-color: #C12888;
}
.TagClassName
{
border-color: #C12888;
}
</style>