Shades of Medium Red Violet #C22684
Tints of Medium Red Violet #C22684
RGB
CMYK
RGB Variations
Color information
#C22684 (or 0xC22684) is known color: Medium Red Violet. HEX triplet: C2, 26 and 84. RGB value is (194,38,132). Sum of RGB (Red+Green+Blue) = 194+38+132=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C22684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22684 is #3DD97B. Grayscale: #5F5F5F. Windows color (decimal): -4053372 or 8660674. OLE color: 8660674.
HSL color Cylindrical-coordinate representation of color #C22684: hue angle of 323.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22684 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 132 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.24 |
| HSL | 323.85º | 0.67% | 0.45% | - |
| HSV(B) | 323.85º | 0.8% | 0.76% | - |
| XYZ | 27.11 | 14.52 | 23.2 | - |
| YUV | 95.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 132 | 0 | 0.80 | 0.32 | 0.24 | 323.85 | 0.67 | 0.45 |
| Hex | C2 | 26 | 84 | 0 | 50 | 20 | 18 | 144 | 43 | 2D |
| Octal | 302 | 46 | 204 | 0 | 120 | 40 | 30 | 504 | 103 | 55 |
| Binary | 11000010 | 100110 | 10000100 | 0 | 1010000 | 100000 | 11000 | 101000100 | 1000011 | 101101 |
Color Harmonies of #C22684
Complementary color
Monochromatic Colors of #C22684
Black with #C22684
Text Example
Text Example
White with #C22684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22684; }
p { color: rgb(194,38,132); }
H1.HeaderClassName
{
color: #C22684;
}
.AnyTagClassName
{
color: #C22684;
}
</style>
background-color css
<style>
a { background-color: #C22684; }
a { background-color: rgb(194,38,132); }
div.DivClassName
{
background-color: #C22684;
}
.BgClassName
{
background-color: #C22684;
}
</style>
border-color css
<style>
span { border-color: #C22684; }
span { border-color: rgb(194,38,132); }
td.TdClassName
{
border-color: #C22684;
}
.TagClassName
{
border-color: #C22684;
}
</style>