Shades of Medium Red Violet #C1288C
Tints of Medium Red Violet #C1288C
RGB
CMYK
RGB Variations
Color information
#C1288C (or 0xC1288C) is known color: Medium Red Violet. HEX triplet: C1, 28 and 8C. RGB value is (193,40,140). Sum of RGB (Red+Green+Blue) = 193+40+140=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1288C is #3ED773. Grayscale: #606060. Windows color (decimal): -4118388 or 9185473. OLE color: 9185473.
HSL color Cylindrical-coordinate representation of color #C1288C: hue angle of 320.78º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1288C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 140 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.24 |
| HSL | 320.78º | 0.66% | 0.46% | - |
| HSV(B) | 320.78º | 0.79% | 0.76% | - |
| XYZ | 27.48 | 14.75 | 26.21 | - |
| YUV | 97.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 140 | 0 | 0.79 | 0.27 | 0.24 | 320.78 | 0.66 | 0.46 |
| Hex | C1 | 28 | 8C | 0 | 4F | 1B | 18 | 141 | 42 | 2E |
| Octal | 301 | 50 | 214 | 0 | 117 | 33 | 30 | 501 | 102 | 56 |
| Binary | 11000001 | 101000 | 10001100 | 0 | 1001111 | 11011 | 11000 | 101000001 | 1000010 | 101110 |
Color Harmonies of #C1288C
Complementary color
Monochromatic Colors of #C1288C
Black with #C1288C
Text Example
Text Example
White with #C1288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1288C; }
p { color: rgb(193,40,140); }
H1.HeaderClassName
{
color: #C1288C;
}
.AnyTagClassName
{
color: #C1288C;
}
</style>
background-color css
<style>
a { background-color: #C1288C; }
a { background-color: rgb(193,40,140); }
div.DivClassName
{
background-color: #C1288C;
}
.BgClassName
{
background-color: #C1288C;
}
</style>
border-color css
<style>
span { border-color: #C1288C; }
span { border-color: rgb(193,40,140); }
td.TdClassName
{
border-color: #C1288C;
}
.TagClassName
{
border-color: #C1288C;
}
</style>