Shades of Medium Red Violet #C1259A
Tints of Medium Red Violet #C1259A
RGB
CMYK
RGB Variations
Color information
#C1259A (or 0xC1259A) is known color: Medium Red Violet. HEX triplet: C1, 25 and 9A. RGB value is (193,37,154). Sum of RGB (Red+Green+Blue) = 193+37+154=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1259A is #3EDA65. Grayscale: #606060. Windows color (decimal): -4119142 or 10102209. OLE color: 10102209.
HSL color Cylindrical-coordinate representation of color #C1259A: hue angle of 315º 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 #C1259A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 154 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.24 |
| HSL | 315º | 0.68% | 0.45% | - |
| HSV(B) | 315º | 0.81% | 0.76% | - |
| XYZ | 28.49 | 14.99 | 31.96 | - |
| YUV | 96.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 154 | 0 | 0.81 | 0.20 | 0.24 | 315 | 0.68 | 0.45 |
| Hex | C1 | 25 | 9A | 0 | 51 | 14 | 18 | 13B | 44 | 2D |
| Octal | 301 | 45 | 232 | 0 | 121 | 24 | 30 | 473 | 104 | 55 |
| Binary | 11000001 | 100101 | 10011010 | 0 | 1010001 | 10100 | 11000 | 100111011 | 1000100 | 101101 |
Color Harmonies of #C1259A
Complementary color
Monochromatic Colors of #C1259A
Black with #C1259A
Text Example
Text Example
White with #C1259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1259A; }
p { color: rgb(193,37,154); }
H1.HeaderClassName
{
color: #C1259A;
}
.AnyTagClassName
{
color: #C1259A;
}
</style>
background-color css
<style>
a { background-color: #C1259A; }
a { background-color: rgb(193,37,154); }
div.DivClassName
{
background-color: #C1259A;
}
.BgClassName
{
background-color: #C1259A;
}
</style>
border-color css
<style>
span { border-color: #C1259A; }
span { border-color: rgb(193,37,154); }
td.TdClassName
{
border-color: #C1259A;
}
.TagClassName
{
border-color: #C1259A;
}
</style>