Shades of Medium Red Violet #C2348D
Tints of Medium Red Violet #C2348D
RGB
CMYK
RGB Variations
Color information
#C2348D (or 0xC2348D) is known color: Medium Red Violet. HEX triplet: C2, 34 and 8D. RGB value is (194,52,141). Sum of RGB (Red+Green+Blue) = 194+52+141=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2348D is #3DCB72. Grayscale: #686868. Windows color (decimal): -4049779 or 9254082. OLE color: 9254082.
HSL color Cylindrical-coordinate representation of color #C2348D: 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.73%. Process color model (Four color, CMYK) of #C2348D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 141 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.24 |
| HSL | 322.39º | 0.58% | 0.48% | - |
| HSV(B) | 322.39º | 0.73% | 0.76% | - |
| XYZ | 28.28 | 15.85 | 26.77 | - |
| YUV | 104.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 141 | 0 | 0.73 | 0.27 | 0.24 | 322.39 | 0.58 | 0.48 |
| Hex | C2 | 34 | 8D | 0 | 49 | 1B | 18 | 142 | 3A | 30 |
| Octal | 302 | 64 | 215 | 0 | 111 | 33 | 30 | 502 | 72 | 60 |
| Binary | 11000010 | 110100 | 10001101 | 0 | 1001001 | 11011 | 11000 | 101000010 | 111010 | 110000 |
Color Harmonies of #C2348D
Complementary color
Monochromatic Colors of #C2348D
Black with #C2348D
Text Example
Text Example
White with #C2348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2348D; }
p { color: rgb(194,52,141); }
H1.HeaderClassName
{
color: #C2348D;
}
.AnyTagClassName
{
color: #C2348D;
}
</style>
background-color css
<style>
a { background-color: #C2348D; }
a { background-color: rgb(194,52,141); }
div.DivClassName
{
background-color: #C2348D;
}
.BgClassName
{
background-color: #C2348D;
}
</style>
border-color css
<style>
span { border-color: #C2348D; }
span { border-color: rgb(194,52,141); }
td.TdClassName
{
border-color: #C2348D;
}
.TagClassName
{
border-color: #C2348D;
}
</style>