Shades of Medium Red Violet #C22D9F
Tints of Medium Red Violet #C22D9F
RGB
CMYK
RGB Variations
Color information
#C22D9F (or 0xC22D9F) is known color: Medium Red Violet. HEX triplet: C2, 2D and 9F. RGB value is (194,45,159). Sum of RGB (Red+Green+Blue) = 194+45+159=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22D9F is #3DD260. Grayscale: #666666. Windows color (decimal): -4051553 or 10431938. OLE color: 10431938.
HSL color Cylindrical-coordinate representation of color #C22D9F: hue angle of 314.09º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D9F is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 159 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.24 |
| HSL | 314.09º | 0.62% | 0.47% | - |
| HSV(B) | 314.09º | 0.77% | 0.76% | - |
| XYZ | 29.44 | 15.85 | 34.31 | - |
| YUV | 102.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 159 | 0 | 0.77 | 0.18 | 0.24 | 314.09 | 0.62 | 0.47 |
| Hex | C2 | 2D | 9F | 0 | 4D | 12 | 18 | 13A | 3E | 2F |
| Octal | 302 | 55 | 237 | 0 | 115 | 22 | 30 | 472 | 76 | 57 |
| Binary | 11000010 | 101101 | 10011111 | 0 | 1001101 | 10010 | 11000 | 100111010 | 111110 | 101111 |
Color Harmonies of #C22D9F
Complementary color
Monochromatic Colors of #C22D9F
Black with #C22D9F
Text Example
Text Example
White with #C22D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D9F; }
p { color: rgb(194,45,159); }
H1.HeaderClassName
{
color: #C22D9F;
}
.AnyTagClassName
{
color: #C22D9F;
}
</style>
background-color css
<style>
a { background-color: #C22D9F; }
a { background-color: rgb(194,45,159); }
div.DivClassName
{
background-color: #C22D9F;
}
.BgClassName
{
background-color: #C22D9F;
}
</style>
border-color css
<style>
span { border-color: #C22D9F; }
span { border-color: rgb(194,45,159); }
td.TdClassName
{
border-color: #C22D9F;
}
.TagClassName
{
border-color: #C22D9F;
}
</style>