Shades of Medium Red Violet #C22B8D
Tints of Medium Red Violet #C22B8D
RGB
CMYK
RGB Variations
Color information
#C22B8D (or 0xC22B8D) is known color: Medium Red Violet. HEX triplet: C2, 2B and 8D. RGB value is (194,43,141). Sum of RGB (Red+Green+Blue) = 194+43+141=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22B8D is #3DD472. Grayscale: #636363. Windows color (decimal): -4052083 or 9251778. OLE color: 9251778.
HSL color Cylindrical-coordinate representation of color #C22B8D: hue angle of 321.06º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B8D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 141 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.24 |
| HSL | 321.06º | 0.64% | 0.46% | - |
| HSV(B) | 321.06º | 0.78% | 0.76% | - |
| XYZ | 27.92 | 15.12 | 26.65 | - |
| YUV | 99.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 141 | 0 | 0.78 | 0.27 | 0.24 | 321.06 | 0.64 | 0.46 |
| Hex | C2 | 2B | 8D | 0 | 4E | 1B | 18 | 141 | 40 | 2E |
| Octal | 302 | 53 | 215 | 0 | 116 | 33 | 30 | 501 | 100 | 56 |
| Binary | 11000010 | 101011 | 10001101 | 0 | 1001110 | 11011 | 11000 | 101000001 | 1000000 | 101110 |
Color Harmonies of #C22B8D
Complementary color
Monochromatic Colors of #C22B8D
Black with #C22B8D
Text Example
Text Example
White with #C22B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B8D; }
p { color: rgb(194,43,141); }
H1.HeaderClassName
{
color: #C22B8D;
}
.AnyTagClassName
{
color: #C22B8D;
}
</style>
background-color css
<style>
a { background-color: #C22B8D; }
a { background-color: rgb(194,43,141); }
div.DivClassName
{
background-color: #C22B8D;
}
.BgClassName
{
background-color: #C22B8D;
}
</style>
border-color css
<style>
span { border-color: #C22B8D; }
span { border-color: rgb(194,43,141); }
td.TdClassName
{
border-color: #C22B8D;
}
.TagClassName
{
border-color: #C22B8D;
}
</style>