Shades of Medium Red Violet #C1278B
Tints of Medium Red Violet #C1278B
RGB
CMYK
RGB Variations
Color information
#C1278B (or 0xC1278B) is known color: Medium Red Violet. HEX triplet: C1, 27 and 8B. RGB value is (193,39,139). Sum of RGB (Red+Green+Blue) = 193+39+139=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1278B is #3ED874. Grayscale: #606060. Windows color (decimal): -4118645 or 9119681. OLE color: 9119681.
HSL color Cylindrical-coordinate representation of color #C1278B: hue angle of 321.04º degrees, saturation: 0.66, 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 #C1278B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 139 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.24 |
| HSL | 321.04º | 0.66% | 0.45% | - |
| HSV(B) | 321.04º | 0.8% | 0.76% | - |
| XYZ | 27.38 | 14.65 | 25.81 | - |
| YUV | 96.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 139 | 0 | 0.80 | 0.28 | 0.24 | 321.04 | 0.66 | 0.45 |
| Hex | C1 | 27 | 8B | 0 | 50 | 1C | 18 | 141 | 42 | 2D |
| Octal | 301 | 47 | 213 | 0 | 120 | 34 | 30 | 501 | 102 | 55 |
| Binary | 11000001 | 100111 | 10001011 | 0 | 1010000 | 11100 | 11000 | 101000001 | 1000010 | 101101 |
Color Harmonies of #C1278B
Complementary color
Monochromatic Colors of #C1278B
Black with #C1278B
Text Example
Text Example
White with #C1278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1278B; }
p { color: rgb(193,39,139); }
H1.HeaderClassName
{
color: #C1278B;
}
.AnyTagClassName
{
color: #C1278B;
}
</style>
background-color css
<style>
a { background-color: #C1278B; }
a { background-color: rgb(193,39,139); }
div.DivClassName
{
background-color: #C1278B;
}
.BgClassName
{
background-color: #C1278B;
}
</style>
border-color css
<style>
span { border-color: #C1278B; }
span { border-color: rgb(193,39,139); }
td.TdClassName
{
border-color: #C1278B;
}
.TagClassName
{
border-color: #C1278B;
}
</style>