Shades of Medium Red Violet #C1288B
Tints of Medium Red Violet #C1288B
RGB
CMYK
RGB Variations
Color information
#C1288B (or 0xC1288B) is known color: Medium Red Violet. HEX triplet: C1, 28 and 8B. RGB value is (193,40,139). Sum of RGB (Red+Green+Blue) = 193+40+139=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1288B is #3ED774. Grayscale: #606060. Windows color (decimal): -4118389 or 9119937. OLE color: 9119937.
HSL color Cylindrical-coordinate representation of color #C1288B: hue angle of 321.18º 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 #C1288B is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 139 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.24 |
| HSL | 321.18º | 0.66% | 0.46% | - |
| HSV(B) | 321.18º | 0.79% | 0.76% | - |
| XYZ | 27.41 | 14.72 | 25.82 | - |
| YUV | 97.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 139 | 0 | 0.79 | 0.28 | 0.24 | 321.18 | 0.66 | 0.46 |
| Hex | C1 | 28 | 8B | 0 | 4F | 1C | 18 | 141 | 42 | 2E |
| Octal | 301 | 50 | 213 | 0 | 117 | 34 | 30 | 501 | 102 | 56 |
| Binary | 11000001 | 101000 | 10001011 | 0 | 1001111 | 11100 | 11000 | 101000001 | 1000010 | 101110 |
Color Harmonies of #C1288B
Complementary color
Monochromatic Colors of #C1288B
Black with #C1288B
Text Example
Text Example
White with #C1288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1288B; }
p { color: rgb(193,40,139); }
H1.HeaderClassName
{
color: #C1288B;
}
.AnyTagClassName
{
color: #C1288B;
}
</style>
background-color css
<style>
a { background-color: #C1288B; }
a { background-color: rgb(193,40,139); }
div.DivClassName
{
background-color: #C1288B;
}
.BgClassName
{
background-color: #C1288B;
}
</style>
border-color css
<style>
span { border-color: #C1288B; }
span { border-color: rgb(193,40,139); }
td.TdClassName
{
border-color: #C1288B;
}
.TagClassName
{
border-color: #C1288B;
}
</style>