Shades of Medium Red Violet #C12876
Tints of Medium Red Violet #C12876
RGB
CMYK
RGB Variations
Color information
#C12876 (or 0xC12876) is known color: Medium Red Violet. HEX triplet: C1, 28 and 76. RGB value is (193,40,118). Sum of RGB (Red+Green+Blue) = 193+40+118=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C12876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12876 is #3ED789. Grayscale: #5E5E5E. Windows color (decimal): -4118410 or 7743681. OLE color: 7743681.
HSL color Cylindrical-coordinate representation of color #C12876: hue angle of 329.41º 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 #C12876 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 118 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.24 |
| HSL | 329.41º | 0.66% | 0.46% | - |
| HSV(B) | 329.41º | 0.79% | 0.76% | - |
| XYZ | 26.02 | 14.16 | 18.5 | - |
| YUV | 94.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 118 | 0 | 0.79 | 0.39 | 0.24 | 329.41 | 0.66 | 0.46 |
| Hex | C1 | 28 | 76 | 0 | 4F | 27 | 18 | 149 | 42 | 2E |
| Octal | 301 | 50 | 166 | 0 | 117 | 47 | 30 | 511 | 102 | 56 |
| Binary | 11000001 | 101000 | 1110110 | 0 | 1001111 | 100111 | 11000 | 101001001 | 1000010 | 101110 |
Color Harmonies of #C12876
Complementary color
Monochromatic Colors of #C12876
Black with #C12876
Text Example
Text Example
White with #C12876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12876; }
p { color: rgb(193,40,118); }
H1.HeaderClassName
{
color: #C12876;
}
.AnyTagClassName
{
color: #C12876;
}
</style>
background-color css
<style>
a { background-color: #C12876; }
a { background-color: rgb(193,40,118); }
div.DivClassName
{
background-color: #C12876;
}
.BgClassName
{
background-color: #C12876;
}
</style>
border-color css
<style>
span { border-color: #C12876; }
span { border-color: rgb(193,40,118); }
td.TdClassName
{
border-color: #C12876;
}
.TagClassName
{
border-color: #C12876;
}
</style>