Shades of Medium Red Violet #C22581
Tints of Medium Red Violet #C22581
RGB
CMYK
RGB Variations
Color information
#C22581 (or 0xC22581) is known color: Medium Red Violet. HEX triplet: C2, 25 and 81. RGB value is (194,37,129). Sum of RGB (Red+Green+Blue) = 194+37+129=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C22581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22581 is #3DDA7E. Grayscale: #5E5E5E. Windows color (decimal): -4053631 or 8463810. OLE color: 8463810.
HSL color Cylindrical-coordinate representation of color #C22581: hue angle of 324.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22581 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 129 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.24 |
| HSL | 324.84º | 0.68% | 0.45% | - |
| HSV(B) | 324.84º | 0.81% | 0.76% | - |
| XYZ | 26.87 | 14.38 | 22.13 | - |
| YUV | 94.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 129 | 0 | 0.81 | 0.34 | 0.24 | 324.84 | 0.68 | 0.45 |
| Hex | C2 | 25 | 81 | 0 | 51 | 22 | 18 | 145 | 44 | 2D |
| Octal | 302 | 45 | 201 | 0 | 121 | 42 | 30 | 505 | 104 | 55 |
| Binary | 11000010 | 100101 | 10000001 | 0 | 1010001 | 100010 | 11000 | 101000101 | 1000100 | 101101 |
Color Harmonies of #C22581
Complementary color
Monochromatic Colors of #C22581
Black with #C22581
Text Example
Text Example
White with #C22581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22581; }
p { color: rgb(194,37,129); }
H1.HeaderClassName
{
color: #C22581;
}
.AnyTagClassName
{
color: #C22581;
}
</style>
background-color css
<style>
a { background-color: #C22581; }
a { background-color: rgb(194,37,129); }
div.DivClassName
{
background-color: #C22581;
}
.BgClassName
{
background-color: #C22581;
}
</style>
border-color css
<style>
span { border-color: #C22581; }
span { border-color: rgb(194,37,129); }
td.TdClassName
{
border-color: #C22581;
}
.TagClassName
{
border-color: #C22581;
}
</style>