Shades of Medium Red Violet #C1258B
Tints of Medium Red Violet #C1258B
RGB
CMYK
RGB Variations
Color information
#C1258B (or 0xC1258B) is known color: Medium Red Violet. HEX triplet: C1, 25 and 8B. RGB value is (193,37,139). Sum of RGB (Red+Green+Blue) = 193+37+139=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1258B is #3EDA74. Grayscale: #5F5F5F. Windows color (decimal): -4119157 or 9119169. OLE color: 9119169.
HSL color Cylindrical-coordinate representation of color #C1258B: hue angle of 320.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1258B is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 139 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.24 |
| HSL | 320.77º | 0.68% | 0.45% | - |
| HSV(B) | 320.77º | 0.81% | 0.76% | - |
| XYZ | 27.31 | 14.52 | 25.79 | - |
| YUV | 95.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 139 | 0 | 0.81 | 0.28 | 0.24 | 320.77 | 0.68 | 0.45 |
| Hex | C1 | 25 | 8B | 0 | 51 | 1C | 18 | 141 | 44 | 2D |
| Octal | 301 | 45 | 213 | 0 | 121 | 34 | 30 | 501 | 104 | 55 |
| Binary | 11000001 | 100101 | 10001011 | 0 | 1010001 | 11100 | 11000 | 101000001 | 1000100 | 101101 |
Color Harmonies of #C1258B
Complementary color
Monochromatic Colors of #C1258B
Black with #C1258B
Text Example
Text Example
White with #C1258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1258B; }
p { color: rgb(193,37,139); }
H1.HeaderClassName
{
color: #C1258B;
}
.AnyTagClassName
{
color: #C1258B;
}
</style>
background-color css
<style>
a { background-color: #C1258B; }
a { background-color: rgb(193,37,139); }
div.DivClassName
{
background-color: #C1258B;
}
.BgClassName
{
background-color: #C1258B;
}
</style>
border-color css
<style>
span { border-color: #C1258B; }
span { border-color: rgb(193,37,139); }
td.TdClassName
{
border-color: #C1258B;
}
.TagClassName
{
border-color: #C1258B;
}
</style>