Shades of Medium Violet Red #C22285
Tints of Medium Violet Red #C22285
RGB
CMYK
RGB Variations
Color information
#C22285 (or 0xC22285) is known color: Medium Violet Red. HEX triplet: C2, 22 and 85. RGB value is (194,34,133). Sum of RGB (Red+Green+Blue) = 194+34+133=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C22285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22285 is #3DDD7A. Grayscale: #5C5C5C. Windows color (decimal): -4054395 or 8725186. OLE color: 8725186.
HSL color Cylindrical-coordinate representation of color #C22285: hue angle of 322.88º degrees, saturation: 0.7, 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 #C22285 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 133 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.24 |
| HSL | 322.88º | 0.7% | 0.45% | - |
| HSV(B) | 322.88º | 0.82% | 0.76% | - |
| XYZ | 27.05 | 14.31 | 23.53 | - |
| YUV | 93.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 133 | 0 | 0.82 | 0.31 | 0.24 | 322.88 | 0.7 | 0.45 |
| Hex | C2 | 22 | 85 | 0 | 52 | 1F | 18 | 143 | 46 | 2D |
| Octal | 302 | 42 | 205 | 0 | 122 | 37 | 30 | 503 | 106 | 55 |
| Binary | 11000010 | 100010 | 10000101 | 0 | 1010010 | 11111 | 11000 | 101000011 | 1000110 | 101101 |
Color Harmonies of #C22285
Complementary color
Monochromatic Colors of #C22285
Black with #C22285
Text Example
Text Example
White with #C22285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22285; }
p { color: rgb(194,34,133); }
H1.HeaderClassName
{
color: #C22285;
}
.AnyTagClassName
{
color: #C22285;
}
</style>
background-color css
<style>
a { background-color: #C22285; }
a { background-color: rgb(194,34,133); }
div.DivClassName
{
background-color: #C22285;
}
.BgClassName
{
background-color: #C22285;
}
</style>
border-color css
<style>
span { border-color: #C22285; }
span { border-color: rgb(194,34,133); }
td.TdClassName
{
border-color: #C22285;
}
.TagClassName
{
border-color: #C22285;
}
</style>