Shades of Medium Violet Red #CA21A6
Tints of Medium Violet Red #CA21A6
RGB
CMYK
RGB Variations
Color information
#CA21A6 (or 0xCA21A6) is known color: Medium Violet Red. HEX triplet: CA, 21 and A6. RGB value is (202,33,166). Sum of RGB (Red+Green+Blue) = 202+33+166=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21A6 is #35DE59. Grayscale: #626262. Windows color (decimal): -3530330 or 10887626. OLE color: 10887626.
HSL color Cylindrical-coordinate representation of color #CA21A6: hue angle of 312.78º 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 #CA21A6 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 166 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.21 |
| HSL | 312.78º | 0.72% | 0.46% | - |
| HSV(B) | 312.78º | 0.84% | 0.79% | - |
| XYZ | 31.78 | 16.4 | 37.57 | - |
| YUV | 98.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 166 | 0 | 0.84 | 0.18 | 0.21 | 312.78 | 0.72 | 0.46 |
| Hex | CA | 21 | A6 | 0 | 54 | 12 | 15 | 139 | 48 | 2E |
| Octal | 312 | 41 | 246 | 0 | 124 | 22 | 25 | 471 | 110 | 56 |
| Binary | 11001010 | 100001 | 10100110 | 0 | 1010100 | 10010 | 10101 | 100111001 | 1001000 | 101110 |
Color Harmonies of #CA21A6
Complementary color
Monochromatic Colors of #CA21A6
Black with #CA21A6
Text Example
Text Example
White with #CA21A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21A6; }
p { color: rgb(202,33,166); }
H1.HeaderClassName
{
color: #CA21A6;
}
.AnyTagClassName
{
color: #CA21A6;
}
</style>
background-color css
<style>
a { background-color: #CA21A6; }
a { background-color: rgb(202,33,166); }
div.DivClassName
{
background-color: #CA21A6;
}
.BgClassName
{
background-color: #CA21A6;
}
</style>
border-color css
<style>
span { border-color: #CA21A6; }
span { border-color: rgb(202,33,166); }
td.TdClassName
{
border-color: #CA21A6;
}
.TagClassName
{
border-color: #CA21A6;
}
</style>