Shades of Medium Red Violet #C12670
Tints of Medium Red Violet #C12670
RGB
CMYK
RGB Variations
Color information
#C12670 (or 0xC12670) is known color: Medium Red Violet. HEX triplet: C1, 26 and 70. RGB value is (193,38,112). Sum of RGB (Red+Green+Blue) = 193+38+112=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C12670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12670 is #3ED98F. Grayscale: #5C5C5C. Windows color (decimal): -4118928 or 7349953. OLE color: 7349953.
HSL color Cylindrical-coordinate representation of color #C12670: hue angle of 331.35º degrees, saturation: 0.67, 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 #C12670 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 112 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.24 |
| HSL | 331.35º | 0.67% | 0.45% | - |
| HSV(B) | 331.35º | 0.8% | 0.76% | - |
| XYZ | 25.61 | 13.89 | 16.66 | - |
| YUV | 92.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 112 | 0 | 0.80 | 0.42 | 0.24 | 331.35 | 0.67 | 0.45 |
| Hex | C1 | 26 | 70 | 0 | 50 | 2A | 18 | 14B | 43 | 2D |
| Octal | 301 | 46 | 160 | 0 | 120 | 52 | 30 | 513 | 103 | 55 |
| Binary | 11000001 | 100110 | 1110000 | 0 | 1010000 | 101010 | 11000 | 101001011 | 1000011 | 101101 |
Color Harmonies of #C12670
Complementary color
Monochromatic Colors of #C12670
Black with #C12670
Text Example
Text Example
White with #C12670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12670; }
p { color: rgb(193,38,112); }
H1.HeaderClassName
{
color: #C12670;
}
.AnyTagClassName
{
color: #C12670;
}
</style>
background-color css
<style>
a { background-color: #C12670; }
a { background-color: rgb(193,38,112); }
div.DivClassName
{
background-color: #C12670;
}
.BgClassName
{
background-color: #C12670;
}
</style>
border-color css
<style>
span { border-color: #C12670; }
span { border-color: rgb(193,38,112); }
td.TdClassName
{
border-color: #C12670;
}
.TagClassName
{
border-color: #C12670;
}
</style>