Shades of Medium Red Violet #C22784
Tints of Medium Red Violet #C22784
RGB
CMYK
RGB Variations
Color information
#C22784 (or 0xC22784) is known color: Medium Red Violet. HEX triplet: C2, 27 and 84. RGB value is (194,39,132). Sum of RGB (Red+Green+Blue) = 194+39+132=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C22784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22784 is #3DD87B. Grayscale: #5F5F5F. Windows color (decimal): -4053116 or 8660930. OLE color: 8660930.
HSL color Cylindrical-coordinate representation of color #C22784: hue angle of 324º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22784 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 132 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.24 |
| HSL | 324º | 0.67% | 0.46% | - |
| HSV(B) | 324º | 0.8% | 0.76% | - |
| XYZ | 27.14 | 14.59 | 23.21 | - |
| YUV | 95.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 132 | 0 | 0.80 | 0.32 | 0.24 | 324 | 0.67 | 0.46 |
| Hex | C2 | 27 | 84 | 0 | 50 | 20 | 18 | 144 | 43 | 2E |
| Octal | 302 | 47 | 204 | 0 | 120 | 40 | 30 | 504 | 103 | 56 |
| Binary | 11000010 | 100111 | 10000100 | 0 | 1010000 | 100000 | 11000 | 101000100 | 1000011 | 101110 |
Color Harmonies of #C22784
Complementary color
Monochromatic Colors of #C22784
Black with #C22784
Text Example
Text Example
White with #C22784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22784; }
p { color: rgb(194,39,132); }
H1.HeaderClassName
{
color: #C22784;
}
.AnyTagClassName
{
color: #C22784;
}
</style>
background-color css
<style>
a { background-color: #C22784; }
a { background-color: rgb(194,39,132); }
div.DivClassName
{
background-color: #C22784;
}
.BgClassName
{
background-color: #C22784;
}
</style>
border-color css
<style>
span { border-color: #C22784; }
span { border-color: rgb(194,39,132); }
td.TdClassName
{
border-color: #C22784;
}
.TagClassName
{
border-color: #C22784;
}
</style>