Shades of Medium Red Violet #C1247A
Tints of Medium Red Violet #C1247A
RGB
CMYK
RGB Variations
Color information
#C1247A (or 0xC1247A) is known color: Medium Red Violet. HEX triplet: C1, 24 and 7A. RGB value is (193,36,122). Sum of RGB (Red+Green+Blue) = 193+36+122=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1247A is #3EDB85. Grayscale: #5C5C5C. Windows color (decimal): -4119430 or 8004801. OLE color: 8004801.
HSL color Cylindrical-coordinate representation of color #C1247A: hue angle of 327.13º degrees, saturation: 0.69, 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 #C1247A is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 122 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.24 |
| HSL | 327.13º | 0.69% | 0.45% | - |
| HSV(B) | 327.13º | 0.81% | 0.76% | - |
| XYZ | 26.14 | 14 | 19.74 | - |
| YUV | 92.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 122 | 0 | 0.81 | 0.37 | 0.24 | 327.13 | 0.69 | 0.45 |
| Hex | C1 | 24 | 7A | 0 | 51 | 25 | 18 | 147 | 45 | 2D |
| Octal | 301 | 44 | 172 | 0 | 121 | 45 | 30 | 507 | 105 | 55 |
| Binary | 11000001 | 100100 | 1111010 | 0 | 1010001 | 100101 | 11000 | 101000111 | 1000101 | 101101 |
Color Harmonies of #C1247A
Complementary color
Monochromatic Colors of #C1247A
Black with #C1247A
Text Example
Text Example
White with #C1247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1247A; }
p { color: rgb(193,36,122); }
H1.HeaderClassName
{
color: #C1247A;
}
.AnyTagClassName
{
color: #C1247A;
}
</style>
background-color css
<style>
a { background-color: #C1247A; }
a { background-color: rgb(193,36,122); }
div.DivClassName
{
background-color: #C1247A;
}
.BgClassName
{
background-color: #C1247A;
}
</style>
border-color css
<style>
span { border-color: #C1247A; }
span { border-color: rgb(193,36,122); }
td.TdClassName
{
border-color: #C1247A;
}
.TagClassName
{
border-color: #C1247A;
}
</style>