Shades of Medium Red Violet #C2347A
Tints of Medium Red Violet #C2347A
RGB
CMYK
RGB Variations
Color information
#C2347A (or 0xC2347A) is known color: Medium Red Violet. HEX triplet: C2, 34 and 7A. RGB value is (194,52,122). Sum of RGB (Red+Green+Blue) = 194+52+122=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2347A is #3DCB85. Grayscale: #666666. Windows color (decimal): -4049798 or 8008898. OLE color: 8008898.
HSL color Cylindrical-coordinate representation of color #C2347A: hue angle of 330.42º 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 #C2347A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 122 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.24 |
| HSL | 330.42º | 0.58% | 0.48% | - |
| HSV(B) | 330.42º | 0.73% | 0.76% | - |
| XYZ | 26.99 | 15.33 | 19.95 | - |
| YUV | 102.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 122 | 0 | 0.73 | 0.37 | 0.24 | 330.42 | 0.58 | 0.48 |
| Hex | C2 | 34 | 7A | 0 | 49 | 25 | 18 | 14A | 3A | 30 |
| Octal | 302 | 64 | 172 | 0 | 111 | 45 | 30 | 512 | 72 | 60 |
| Binary | 11000010 | 110100 | 1111010 | 0 | 1001001 | 100101 | 11000 | 101001010 | 111010 | 110000 |
Color Harmonies of #C2347A
Complementary color
Monochromatic Colors of #C2347A
Black with #C2347A
Text Example
Text Example
White with #C2347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2347A; }
p { color: rgb(194,52,122); }
H1.HeaderClassName
{
color: #C2347A;
}
.AnyTagClassName
{
color: #C2347A;
}
</style>
background-color css
<style>
a { background-color: #C2347A; }
a { background-color: rgb(194,52,122); }
div.DivClassName
{
background-color: #C2347A;
}
.BgClassName
{
background-color: #C2347A;
}
</style>
border-color css
<style>
span { border-color: #C2347A; }
span { border-color: rgb(194,52,122); }
td.TdClassName
{
border-color: #C2347A;
}
.TagClassName
{
border-color: #C2347A;
}
</style>