Shades of Medium Red Violet #C1299A
Tints of Medium Red Violet #C1299A
RGB
CMYK
RGB Variations
Color information
#C1299A (or 0xC1299A) is known color: Medium Red Violet. HEX triplet: C1, 29 and 9A. RGB value is (193,41,154). Sum of RGB (Red+Green+Blue) = 193+41+154=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1299A is #3ED665. Grayscale: #636363. Windows color (decimal): -4118118 or 10103233. OLE color: 10103233.
HSL color Cylindrical-coordinate representation of color #C1299A: hue angle of 315.39º degrees, saturation: 0.65, 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 #C1299A is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 154 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.24 |
| HSL | 315.39º | 0.65% | 0.46% | - |
| HSV(B) | 315.39º | 0.79% | 0.76% | - |
| XYZ | 28.62 | 15.26 | 32.01 | - |
| YUV | 99.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 154 | 0 | 0.79 | 0.20 | 0.24 | 315.39 | 0.65 | 0.46 |
| Hex | C1 | 29 | 9A | 0 | 4F | 14 | 18 | 13B | 41 | 2E |
| Octal | 301 | 51 | 232 | 0 | 117 | 24 | 30 | 473 | 101 | 56 |
| Binary | 11000001 | 101001 | 10011010 | 0 | 1001111 | 10100 | 11000 | 100111011 | 1000001 | 101110 |
Color Harmonies of #C1299A
Complementary color
Monochromatic Colors of #C1299A
Black with #C1299A
Text Example
Text Example
White with #C1299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1299A; }
p { color: rgb(193,41,154); }
H1.HeaderClassName
{
color: #C1299A;
}
.AnyTagClassName
{
color: #C1299A;
}
</style>
background-color css
<style>
a { background-color: #C1299A; }
a { background-color: rgb(193,41,154); }
div.DivClassName
{
background-color: #C1299A;
}
.BgClassName
{
background-color: #C1299A;
}
</style>
border-color css
<style>
span { border-color: #C1299A; }
span { border-color: rgb(193,41,154); }
td.TdClassName
{
border-color: #C1299A;
}
.TagClassName
{
border-color: #C1299A;
}
</style>