Shades of Medium Red Violet #C2349B
Tints of Medium Red Violet #C2349B
RGB
CMYK
RGB Variations
Color information
#C2349B (or 0xC2349B) is known color: Medium Red Violet. HEX triplet: C2, 34 and 9B. RGB value is (194,52,155). Sum of RGB (Red+Green+Blue) = 194+52+155=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2349B is #3DCB64. Grayscale: #696969. Windows color (decimal): -4049765 or 10171586. OLE color: 10171586.
HSL color Cylindrical-coordinate representation of color #C2349B: hue angle of 316.48º 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 #C2349B is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 155 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.24 |
| HSL | 316.48º | 0.58% | 0.48% | - |
| HSV(B) | 316.48º | 0.73% | 0.76% | - |
| XYZ | 29.39 | 16.29 | 32.61 | - |
| YUV | 106.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 155 | 0 | 0.73 | 0.20 | 0.24 | 316.48 | 0.58 | 0.48 |
| Hex | C2 | 34 | 9B | 0 | 49 | 14 | 18 | 13C | 3A | 30 |
| Octal | 302 | 64 | 233 | 0 | 111 | 24 | 30 | 474 | 72 | 60 |
| Binary | 11000010 | 110100 | 10011011 | 0 | 1001001 | 10100 | 11000 | 100111100 | 111010 | 110000 |
Color Harmonies of #C2349B
Complementary color
Monochromatic Colors of #C2349B
Black with #C2349B
Text Example
Text Example
White with #C2349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2349B; }
p { color: rgb(194,52,155); }
H1.HeaderClassName
{
color: #C2349B;
}
.AnyTagClassName
{
color: #C2349B;
}
</style>
background-color css
<style>
a { background-color: #C2349B; }
a { background-color: rgb(194,52,155); }
div.DivClassName
{
background-color: #C2349B;
}
.BgClassName
{
background-color: #C2349B;
}
</style>
border-color css
<style>
span { border-color: #C2349B; }
span { border-color: rgb(194,52,155); }
td.TdClassName
{
border-color: #C2349B;
}
.TagClassName
{
border-color: #C2349B;
}
</style>