Shades of Medium Red Violet #C2339B
Tints of Medium Red Violet #C2339B
RGB
CMYK
RGB Variations
Color information
#C2339B (or 0xC2339B) is known color: Medium Red Violet. HEX triplet: C2, 33 and 9B. RGB value is (194,51,155). Sum of RGB (Red+Green+Blue) = 194+51+155=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2339B is #3DCC64. Grayscale: #696969. Windows color (decimal): -4050021 or 10171330. OLE color: 10171330.
HSL color Cylindrical-coordinate representation of color #C2339B: hue angle of 316.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2339B is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 155 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.24 |
| HSL | 316.36º | 0.58% | 0.48% | - |
| HSV(B) | 316.36º | 0.74% | 0.76% | - |
| XYZ | 29.35 | 16.2 | 32.59 | - |
| YUV | 105.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 155 | 0 | 0.74 | 0.20 | 0.24 | 316.36 | 0.58 | 0.48 |
| Hex | C2 | 33 | 9B | 0 | 4A | 14 | 18 | 13C | 3A | 30 |
| Octal | 302 | 63 | 233 | 0 | 112 | 24 | 30 | 474 | 72 | 60 |
| Binary | 11000010 | 110011 | 10011011 | 0 | 1001010 | 10100 | 11000 | 100111100 | 111010 | 110000 |
Color Harmonies of #C2339B
Complementary color
Monochromatic Colors of #C2339B
Black with #C2339B
Text Example
Text Example
White with #C2339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2339B; }
p { color: rgb(194,51,155); }
H1.HeaderClassName
{
color: #C2339B;
}
.AnyTagClassName
{
color: #C2339B;
}
</style>
background-color css
<style>
a { background-color: #C2339B; }
a { background-color: rgb(194,51,155); }
div.DivClassName
{
background-color: #C2339B;
}
.BgClassName
{
background-color: #C2339B;
}
</style>
border-color css
<style>
span { border-color: #C2339B; }
span { border-color: rgb(194,51,155); }
td.TdClassName
{
border-color: #C2339B;
}
.TagClassName
{
border-color: #C2339B;
}
</style>