Shades of Medium Red Violet #C12B7B
Tints of Medium Red Violet #C12B7B
RGB
CMYK
RGB Variations
Color information
#C12B7B (or 0xC12B7B) is known color: Medium Red Violet. HEX triplet: C1, 2B and 7B. RGB value is (193,43,123). Sum of RGB (Red+Green+Blue) = 193+43+123=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B7B is #3ED484. Grayscale: #606060. Windows color (decimal): -4117637 or 8072129. OLE color: 8072129.
HSL color Cylindrical-coordinate representation of color #C12B7B: hue angle of 328º 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 #C12B7B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 123 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.24 |
| HSL | 328º | 0.64% | 0.46% | - |
| HSV(B) | 328º | 0.78% | 0.76% | - |
| XYZ | 26.43 | 14.5 | 20.14 | - |
| YUV | 96.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 123 | 0 | 0.78 | 0.36 | 0.24 | 328 | 0.64 | 0.46 |
| Hex | C1 | 2B | 7B | 0 | 4E | 24 | 18 | 148 | 40 | 2E |
| Octal | 301 | 53 | 173 | 0 | 116 | 44 | 30 | 510 | 100 | 56 |
| Binary | 11000001 | 101011 | 1111011 | 0 | 1001110 | 100100 | 11000 | 101001000 | 1000000 | 101110 |
Color Harmonies of #C12B7B
Complementary color
Monochromatic Colors of #C12B7B
Black with #C12B7B
Text Example
Text Example
White with #C12B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B7B; }
p { color: rgb(193,43,123); }
H1.HeaderClassName
{
color: #C12B7B;
}
.AnyTagClassName
{
color: #C12B7B;
}
</style>
background-color css
<style>
a { background-color: #C12B7B; }
a { background-color: rgb(193,43,123); }
div.DivClassName
{
background-color: #C12B7B;
}
.BgClassName
{
background-color: #C12B7B;
}
</style>
border-color css
<style>
span { border-color: #C12B7B; }
span { border-color: rgb(193,43,123); }
td.TdClassName
{
border-color: #C12B7B;
}
.TagClassName
{
border-color: #C12B7B;
}
</style>