Shades of Medium Red Violet #C12B7D
Tints of Medium Red Violet #C12B7D
RGB
CMYK
RGB Variations
Color information
#C12B7D (or 0xC12B7D) is known color: Medium Red Violet. HEX triplet: C1, 2B and 7D. RGB value is (193,43,125). Sum of RGB (Red+Green+Blue) = 193+43+125=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B7D is #3ED482. Grayscale: #616161. Windows color (decimal): -4117635 or 8203201. OLE color: 8203201.
HSL color Cylindrical-coordinate representation of color #C12B7D: hue angle of 327.2º 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 #C12B7D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 125 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.24 |
| HSL | 327.2º | 0.64% | 0.46% | - |
| HSV(B) | 327.2º | 0.78% | 0.76% | - |
| XYZ | 26.56 | 14.55 | 20.81 | - |
| YUV | 97.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 125 | 0 | 0.78 | 0.35 | 0.24 | 327.2 | 0.64 | 0.46 |
| Hex | C1 | 2B | 7D | 0 | 4E | 23 | 18 | 147 | 40 | 2E |
| Octal | 301 | 53 | 175 | 0 | 116 | 43 | 30 | 507 | 100 | 56 |
| Binary | 11000001 | 101011 | 1111101 | 0 | 1001110 | 100011 | 11000 | 101000111 | 1000000 | 101110 |
Color Harmonies of #C12B7D
Complementary color
Monochromatic Colors of #C12B7D
Black with #C12B7D
Text Example
Text Example
White with #C12B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B7D; }
p { color: rgb(193,43,125); }
H1.HeaderClassName
{
color: #C12B7D;
}
.AnyTagClassName
{
color: #C12B7D;
}
</style>
background-color css
<style>
a { background-color: #C12B7D; }
a { background-color: rgb(193,43,125); }
div.DivClassName
{
background-color: #C12B7D;
}
.BgClassName
{
background-color: #C12B7D;
}
</style>
border-color css
<style>
span { border-color: #C12B7D; }
span { border-color: rgb(193,43,125); }
td.TdClassName
{
border-color: #C12B7D;
}
.TagClassName
{
border-color: #C12B7D;
}
</style>