Shades of Medium Red Violet #C12788
Tints of Medium Red Violet #C12788
RGB
CMYK
RGB Variations
Color information
#C12788 (or 0xC12788) is known color: Medium Red Violet. HEX triplet: C1, 27 and 88. RGB value is (193,39,136). Sum of RGB (Red+Green+Blue) = 193+39+136=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C12788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12788 is #3ED877. Grayscale: #5F5F5F. Windows color (decimal): -4118648 or 8923073. OLE color: 8923073.
HSL color Cylindrical-coordinate representation of color #C12788: hue angle of 322.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12788 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 136 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.24 |
| HSL | 322.21º | 0.66% | 0.45% | - |
| HSV(B) | 322.21º | 0.8% | 0.76% | - |
| XYZ | 27.16 | 14.57 | 24.67 | - |
| YUV | 96.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 136 | 0 | 0.80 | 0.30 | 0.24 | 322.21 | 0.66 | 0.45 |
| Hex | C1 | 27 | 88 | 0 | 50 | 1E | 18 | 142 | 42 | 2D |
| Octal | 301 | 47 | 210 | 0 | 120 | 36 | 30 | 502 | 102 | 55 |
| Binary | 11000001 | 100111 | 10001000 | 0 | 1010000 | 11110 | 11000 | 101000010 | 1000010 | 101101 |
Color Harmonies of #C12788
Complementary color
Monochromatic Colors of #C12788
Black with #C12788
Text Example
Text Example
White with #C12788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12788; }
p { color: rgb(193,39,136); }
H1.HeaderClassName
{
color: #C12788;
}
.AnyTagClassName
{
color: #C12788;
}
</style>
background-color css
<style>
a { background-color: #C12788; }
a { background-color: rgb(193,39,136); }
div.DivClassName
{
background-color: #C12788;
}
.BgClassName
{
background-color: #C12788;
}
</style>
border-color css
<style>
span { border-color: #C12788; }
span { border-color: rgb(193,39,136); }
td.TdClassName
{
border-color: #C12788;
}
.TagClassName
{
border-color: #C12788;
}
</style>