Shades of Medium Red Violet #C2348B
Tints of Medium Red Violet #C2348B
RGB
CMYK
RGB Variations
Color information
#C2348B (or 0xC2348B) is known color: Medium Red Violet. HEX triplet: C2, 34 and 8B. RGB value is (194,52,139). Sum of RGB (Red+Green+Blue) = 194+52+139=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2348B is #3DCB74. Grayscale: #686868. Windows color (decimal): -4049781 or 9123010. OLE color: 9123010.
HSL color Cylindrical-coordinate representation of color #C2348B: hue angle of 323.24º 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 #C2348B is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 139 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.24 |
| HSL | 323.24º | 0.58% | 0.48% | - |
| HSV(B) | 323.24º | 0.73% | 0.76% | - |
| XYZ | 28.14 | 15.79 | 25.99 | - |
| YUV | 104.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 139 | 0 | 0.73 | 0.28 | 0.24 | 323.24 | 0.58 | 0.48 |
| Hex | C2 | 34 | 8B | 0 | 49 | 1C | 18 | 143 | 3A | 30 |
| Octal | 302 | 64 | 213 | 0 | 111 | 34 | 30 | 503 | 72 | 60 |
| Binary | 11000010 | 110100 | 10001011 | 0 | 1001001 | 11100 | 11000 | 101000011 | 111010 | 110000 |
Color Harmonies of #C2348B
Complementary color
Monochromatic Colors of #C2348B
Black with #C2348B
Text Example
Text Example
White with #C2348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2348B; }
p { color: rgb(194,52,139); }
H1.HeaderClassName
{
color: #C2348B;
}
.AnyTagClassName
{
color: #C2348B;
}
</style>
background-color css
<style>
a { background-color: #C2348B; }
a { background-color: rgb(194,52,139); }
div.DivClassName
{
background-color: #C2348B;
}
.BgClassName
{
background-color: #C2348B;
}
</style>
border-color css
<style>
span { border-color: #C2348B; }
span { border-color: rgb(194,52,139); }
td.TdClassName
{
border-color: #C2348B;
}
.TagClassName
{
border-color: #C2348B;
}
</style>