Shades of Medium Violet Red #C22383
Tints of Medium Violet Red #C22383
RGB
CMYK
RGB Variations
Color information
#C22383 (or 0xC22383) is known color: Medium Violet Red. HEX triplet: C2, 23 and 83. RGB value is (194,35,131). Sum of RGB (Red+Green+Blue) = 194+35+131=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C22383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22383 is #3DDC7C. Grayscale: #5D5D5D. Windows color (decimal): -4054141 or 8594370. OLE color: 8594370.
HSL color Cylindrical-coordinate representation of color #C22383: hue angle of 323.77º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22383 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 131 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.24 |
| HSL | 323.77º | 0.69% | 0.45% | - |
| HSV(B) | 323.77º | 0.82% | 0.76% | - |
| XYZ | 26.95 | 14.31 | 22.81 | - |
| YUV | 93.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 131 | 0 | 0.82 | 0.32 | 0.24 | 323.77 | 0.69 | 0.45 |
| Hex | C2 | 23 | 83 | 0 | 52 | 20 | 18 | 144 | 45 | 2D |
| Octal | 302 | 43 | 203 | 0 | 122 | 40 | 30 | 504 | 105 | 55 |
| Binary | 11000010 | 100011 | 10000011 | 0 | 1010010 | 100000 | 11000 | 101000100 | 1000101 | 101101 |
Color Harmonies of #C22383
Complementary color
Monochromatic Colors of #C22383
Black with #C22383
Text Example
Text Example
White with #C22383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22383; }
p { color: rgb(194,35,131); }
H1.HeaderClassName
{
color: #C22383;
}
.AnyTagClassName
{
color: #C22383;
}
</style>
background-color css
<style>
a { background-color: #C22383; }
a { background-color: rgb(194,35,131); }
div.DivClassName
{
background-color: #C22383;
}
.BgClassName
{
background-color: #C22383;
}
</style>
border-color css
<style>
span { border-color: #C22383; }
span { border-color: rgb(194,35,131); }
td.TdClassName
{
border-color: #C22383;
}
.TagClassName
{
border-color: #C22383;
}
</style>