Shades of Medium Violet Red #CA22AD
Tints of Medium Violet Red #CA22AD
RGB
CMYK
RGB Variations
Color information
#CA22AD (or 0xCA22AD) is known color: Medium Violet Red. HEX triplet: CA, 22 and AD. RGB value is (202,34,173). Sum of RGB (Red+Green+Blue) = 202+34+173=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA22AD is #35DD52. Grayscale: #636363. Windows color (decimal): -3530067 or 11346634. OLE color: 11346634.
HSL color Cylindrical-coordinate representation of color #CA22AD: hue angle of 310.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA22AD is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 173 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.21 |
| HSL | 310.36º | 0.71% | 0.46% | - |
| HSV(B) | 310.36º | 0.83% | 0.79% | - |
| XYZ | 32.47 | 16.72 | 41.05 | - |
| YUV | 100.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 173 | 0 | 0.83 | 0.14 | 0.21 | 310.36 | 0.71 | 0.46 |
| Hex | CA | 22 | AD | 0 | 53 | E | 15 | 136 | 47 | 2E |
| Octal | 312 | 42 | 255 | 0 | 123 | 16 | 25 | 466 | 107 | 56 |
| Binary | 11001010 | 100010 | 10101101 | 0 | 1010011 | 1110 | 10101 | 100110110 | 1000111 | 101110 |
Color Harmonies of #CA22AD
Complementary color
Monochromatic Colors of #CA22AD
Black with #CA22AD
Text Example
Text Example
White with #CA22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA22AD; }
p { color: rgb(202,34,173); }
H1.HeaderClassName
{
color: #CA22AD;
}
.AnyTagClassName
{
color: #CA22AD;
}
</style>
background-color css
<style>
a { background-color: #CA22AD; }
a { background-color: rgb(202,34,173); }
div.DivClassName
{
background-color: #CA22AD;
}
.BgClassName
{
background-color: #CA22AD;
}
</style>
border-color css
<style>
span { border-color: #CA22AD; }
span { border-color: rgb(202,34,173); }
td.TdClassName
{
border-color: #CA22AD;
}
.TagClassName
{
border-color: #CA22AD;
}
</style>