Shades of Medium Red Violet #C2338A
Tints of Medium Red Violet #C2338A
RGB
CMYK
RGB Variations
Color information
#C2338A (or 0xC2338A) is known color: Medium Red Violet. HEX triplet: C2, 33 and 8A. RGB value is (194,51,138). Sum of RGB (Red+Green+Blue) = 194+51+138=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2338A is #3DCC75. Grayscale: #676767. Windows color (decimal): -4050038 or 9057218. OLE color: 9057218.
HSL color Cylindrical-coordinate representation of color #C2338A: hue angle of 323.5º 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 #C2338A is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 138 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.24 |
| HSL | 323.5º | 0.58% | 0.48% | - |
| HSV(B) | 323.5º | 0.74% | 0.76% | - |
| XYZ | 28.02 | 15.67 | 25.59 | - |
| YUV | 103.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 138 | 0 | 0.74 | 0.29 | 0.24 | 323.5 | 0.58 | 0.48 |
| Hex | C2 | 33 | 8A | 0 | 4A | 1D | 18 | 143 | 3A | 30 |
| Octal | 302 | 63 | 212 | 0 | 112 | 35 | 30 | 503 | 72 | 60 |
| Binary | 11000010 | 110011 | 10001010 | 0 | 1001010 | 11101 | 11000 | 101000011 | 111010 | 110000 |
Color Harmonies of #C2338A
Complementary color
Monochromatic Colors of #C2338A
Black with #C2338A
Text Example
Text Example
White with #C2338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2338A; }
p { color: rgb(194,51,138); }
H1.HeaderClassName
{
color: #C2338A;
}
.AnyTagClassName
{
color: #C2338A;
}
</style>
background-color css
<style>
a { background-color: #C2338A; }
a { background-color: rgb(194,51,138); }
div.DivClassName
{
background-color: #C2338A;
}
.BgClassName
{
background-color: #C2338A;
}
</style>
border-color css
<style>
span { border-color: #C2338A; }
span { border-color: rgb(194,51,138); }
td.TdClassName
{
border-color: #C2338A;
}
.TagClassName
{
border-color: #C2338A;
}
</style>