Shades of Medium Red Violet #C1277A
Tints of Medium Red Violet #C1277A
RGB
CMYK
RGB Variations
Color information
#C1277A (or 0xC1277A) is known color: Medium Red Violet. HEX triplet: C1, 27 and 7A. RGB value is (193,39,122). Sum of RGB (Red+Green+Blue) = 193+39+122=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1277A is #3ED885. Grayscale: #5E5E5E. Windows color (decimal): -4118662 or 8005569. OLE color: 8005569.
HSL color Cylindrical-coordinate representation of color #C1277A: hue angle of 327.66º 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 #C1277A is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 122 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.24 |
| HSL | 327.66º | 0.66% | 0.45% | - |
| HSV(B) | 327.66º | 0.8% | 0.76% | - |
| XYZ | 26.23 | 14.19 | 19.77 | - |
| YUV | 94.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 122 | 0 | 0.80 | 0.37 | 0.24 | 327.66 | 0.66 | 0.45 |
| Hex | C1 | 27 | 7A | 0 | 50 | 25 | 18 | 148 | 42 | 2D |
| Octal | 301 | 47 | 172 | 0 | 120 | 45 | 30 | 510 | 102 | 55 |
| Binary | 11000001 | 100111 | 1111010 | 0 | 1010000 | 100101 | 11000 | 101001000 | 1000010 | 101101 |
Color Harmonies of #C1277A
Complementary color
Monochromatic Colors of #C1277A
Black with #C1277A
Text Example
Text Example
White with #C1277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1277A; }
p { color: rgb(193,39,122); }
H1.HeaderClassName
{
color: #C1277A;
}
.AnyTagClassName
{
color: #C1277A;
}
</style>
background-color css
<style>
a { background-color: #C1277A; }
a { background-color: rgb(193,39,122); }
div.DivClassName
{
background-color: #C1277A;
}
.BgClassName
{
background-color: #C1277A;
}
</style>
border-color css
<style>
span { border-color: #C1277A; }
span { border-color: rgb(193,39,122); }
td.TdClassName
{
border-color: #C1277A;
}
.TagClassName
{
border-color: #C1277A;
}
</style>