Shades of Medium Red Violet #C1338C
Tints of Medium Red Violet #C1338C
RGB
CMYK
RGB Variations
Color information
#C1338C (or 0xC1338C) is known color: Medium Red Violet. HEX triplet: C1, 33 and 8C. RGB value is (193,51,140). Sum of RGB (Red+Green+Blue) = 193+51+140=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1338C is #3ECC73. Grayscale: #676767. Windows color (decimal): -4115572 or 9188289. OLE color: 9188289.
HSL color Cylindrical-coordinate representation of color #C1338C: hue angle of 322.39º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1338C is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 140 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.24 |
| HSL | 322.39º | 0.58% | 0.48% | - |
| HSV(B) | 322.39º | 0.74% | 0.76% | - |
| XYZ | 27.91 | 15.6 | 26.35 | - |
| YUV | 103.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 140 | 0 | 0.74 | 0.27 | 0.24 | 322.39 | 0.58 | 0.48 |
| Hex | C1 | 33 | 8C | 0 | 4A | 1B | 18 | 142 | 3A | 30 |
| Octal | 301 | 63 | 214 | 0 | 112 | 33 | 30 | 502 | 72 | 60 |
| Binary | 11000001 | 110011 | 10001100 | 0 | 1001010 | 11011 | 11000 | 101000010 | 111010 | 110000 |
Color Harmonies of #C1338C
Complementary color
Monochromatic Colors of #C1338C
Black with #C1338C
Text Example
Text Example
White with #C1338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1338C; }
p { color: rgb(193,51,140); }
H1.HeaderClassName
{
color: #C1338C;
}
.AnyTagClassName
{
color: #C1338C;
}
</style>
background-color css
<style>
a { background-color: #C1338C; }
a { background-color: rgb(193,51,140); }
div.DivClassName
{
background-color: #C1338C;
}
.BgClassName
{
background-color: #C1338C;
}
</style>
border-color css
<style>
span { border-color: #C1338C; }
span { border-color: rgb(193,51,140); }
td.TdClassName
{
border-color: #C1338C;
}
.TagClassName
{
border-color: #C1338C;
}
</style>