Shades of Medium Red Violet #C1278A
Tints of Medium Red Violet #C1278A
RGB
CMYK
RGB Variations
Color information
#C1278A (or 0xC1278A) is known color: Medium Red Violet. HEX triplet: C1, 27 and 8A. RGB value is (193,39,138). Sum of RGB (Red+Green+Blue) = 193+39+138=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1278A is #3ED875. Grayscale: #606060. Windows color (decimal): -4118646 or 9054145. OLE color: 9054145.
HSL color Cylindrical-coordinate representation of color #C1278A: hue angle of 321.43º 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 #C1278A is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 138 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.24 |
| HSL | 321.43º | 0.66% | 0.45% | - |
| HSV(B) | 321.43º | 0.8% | 0.76% | - |
| XYZ | 27.31 | 14.62 | 25.43 | - |
| YUV | 96.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 138 | 0 | 0.80 | 0.28 | 0.24 | 321.43 | 0.66 | 0.45 |
| Hex | C1 | 27 | 8A | 0 | 50 | 1C | 18 | 141 | 42 | 2D |
| Octal | 301 | 47 | 212 | 0 | 120 | 34 | 30 | 501 | 102 | 55 |
| Binary | 11000001 | 100111 | 10001010 | 0 | 1010000 | 11100 | 11000 | 101000001 | 1000010 | 101101 |
Color Harmonies of #C1278A
Complementary color
Monochromatic Colors of #C1278A
Black with #C1278A
Text Example
Text Example
White with #C1278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1278A; }
p { color: rgb(193,39,138); }
H1.HeaderClassName
{
color: #C1278A;
}
.AnyTagClassName
{
color: #C1278A;
}
</style>
background-color css
<style>
a { background-color: #C1278A; }
a { background-color: rgb(193,39,138); }
div.DivClassName
{
background-color: #C1278A;
}
.BgClassName
{
background-color: #C1278A;
}
</style>
border-color css
<style>
span { border-color: #C1278A; }
span { border-color: rgb(193,39,138); }
td.TdClassName
{
border-color: #C1278A;
}
.TagClassName
{
border-color: #C1278A;
}
</style>