Shades of Medium Red Violet #C12F7B
Tints of Medium Red Violet #C12F7B
RGB
CMYK
RGB Variations
Color information
#C12F7B (or 0xC12F7B) is known color: Medium Red Violet. HEX triplet: C1, 2F and 7B. RGB value is (193,47,123). Sum of RGB (Red+Green+Blue) = 193+47+123=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12F7B is #3ED084. Grayscale: #636363. Windows color (decimal): -4116613 or 8073153. OLE color: 8073153.
HSL color Cylindrical-coordinate representation of color #C12F7B: hue angle of 328.77º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12F7B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 123 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.24 |
| HSL | 328.77º | 0.61% | 0.47% | - |
| HSV(B) | 328.77º | 0.76% | 0.76% | - |
| XYZ | 26.58 | 14.8 | 20.19 | - |
| YUV | 99.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 123 | 0 | 0.76 | 0.36 | 0.24 | 328.77 | 0.61 | 0.47 |
| Hex | C1 | 2F | 7B | 0 | 4C | 24 | 18 | 149 | 3D | 2F |
| Octal | 301 | 57 | 173 | 0 | 114 | 44 | 30 | 511 | 75 | 57 |
| Binary | 11000001 | 101111 | 1111011 | 0 | 1001100 | 100100 | 11000 | 101001001 | 111101 | 101111 |
Color Harmonies of #C12F7B
Complementary color
Monochromatic Colors of #C12F7B
Black with #C12F7B
Text Example
Text Example
White with #C12F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F7B; }
p { color: rgb(193,47,123); }
H1.HeaderClassName
{
color: #C12F7B;
}
.AnyTagClassName
{
color: #C12F7B;
}
</style>
background-color css
<style>
a { background-color: #C12F7B; }
a { background-color: rgb(193,47,123); }
div.DivClassName
{
background-color: #C12F7B;
}
.BgClassName
{
background-color: #C12F7B;
}
</style>
border-color css
<style>
span { border-color: #C12F7B; }
span { border-color: rgb(193,47,123); }
td.TdClassName
{
border-color: #C12F7B;
}
.TagClassName
{
border-color: #C12F7B;
}
</style>