Shades of Medium Red Violet #C2349A
Tints of Medium Red Violet #C2349A
RGB
CMYK
RGB Variations
Color information
#C2349A (or 0xC2349A) is known color: Medium Red Violet. HEX triplet: C2, 34 and 9A. RGB value is (194,52,154). Sum of RGB (Red+Green+Blue) = 194+52+154=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2349A is #3DCB65. Grayscale: #696969. Windows color (decimal): -4049766 or 10106050. OLE color: 10106050.
HSL color Cylindrical-coordinate representation of color #C2349A: hue angle of 316.9º 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 #C2349A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 154 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.24 |
| HSL | 316.9º | 0.58% | 0.48% | - |
| HSV(B) | 316.9º | 0.73% | 0.76% | - |
| XYZ | 29.31 | 16.26 | 32.17 | - |
| YUV | 106.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 154 | 0 | 0.73 | 0.21 | 0.24 | 316.9 | 0.58 | 0.48 |
| Hex | C2 | 34 | 9A | 0 | 49 | 15 | 18 | 13D | 3A | 30 |
| Octal | 302 | 64 | 232 | 0 | 111 | 25 | 30 | 475 | 72 | 60 |
| Binary | 11000010 | 110100 | 10011010 | 0 | 1001001 | 10101 | 11000 | 100111101 | 111010 | 110000 |
Color Harmonies of #C2349A
Complementary color
Monochromatic Colors of #C2349A
Black with #C2349A
Text Example
Text Example
White with #C2349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2349A; }
p { color: rgb(194,52,154); }
H1.HeaderClassName
{
color: #C2349A;
}
.AnyTagClassName
{
color: #C2349A;
}
</style>
background-color css
<style>
a { background-color: #C2349A; }
a { background-color: rgb(194,52,154); }
div.DivClassName
{
background-color: #C2349A;
}
.BgClassName
{
background-color: #C2349A;
}
</style>
border-color css
<style>
span { border-color: #C2349A; }
span { border-color: rgb(194,52,154); }
td.TdClassName
{
border-color: #C2349A;
}
.TagClassName
{
border-color: #C2349A;
}
</style>