Shades of Medium Violet Red #CA21A0
Tints of Medium Violet Red #CA21A0
RGB
CMYK
RGB Variations
Color information
#CA21A0 (or 0xCA21A0) is known color: Medium Violet Red. HEX triplet: CA, 21 and A0. RGB value is (202,33,160). Sum of RGB (Red+Green+Blue) = 202+33+160=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21A0 is #35DE5F. Grayscale: #616161. Windows color (decimal): -3530336 or 10494410. OLE color: 10494410.
HSL color Cylindrical-coordinate representation of color #CA21A0: hue angle of 314.91º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA21A0 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 160 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.21 |
| HSL | 314.91º | 0.72% | 0.46% | - |
| HSV(B) | 314.91º | 0.84% | 0.79% | - |
| XYZ | 31.25 | 16.18 | 34.73 | - |
| YUV | 98.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 160 | 0 | 0.84 | 0.21 | 0.21 | 314.91 | 0.72 | 0.46 |
| Hex | CA | 21 | A0 | 0 | 54 | 15 | 15 | 13B | 48 | 2E |
| Octal | 312 | 41 | 240 | 0 | 124 | 25 | 25 | 473 | 110 | 56 |
| Binary | 11001010 | 100001 | 10100000 | 0 | 1010100 | 10101 | 10101 | 100111011 | 1001000 | 101110 |
Color Harmonies of #CA21A0
Complementary color
Monochromatic Colors of #CA21A0
Black with #CA21A0
Text Example
Text Example
White with #CA21A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21A0; }
p { color: rgb(202,33,160); }
H1.HeaderClassName
{
color: #CA21A0;
}
.AnyTagClassName
{
color: #CA21A0;
}
</style>
background-color css
<style>
a { background-color: #CA21A0; }
a { background-color: rgb(202,33,160); }
div.DivClassName
{
background-color: #CA21A0;
}
.BgClassName
{
background-color: #CA21A0;
}
</style>
border-color css
<style>
span { border-color: #CA21A0; }
span { border-color: rgb(202,33,160); }
td.TdClassName
{
border-color: #CA21A0;
}
.TagClassName
{
border-color: #CA21A0;
}
</style>