Shades of Medium Violet Red #CA03A1
Tints of Medium Violet Red #CA03A1
RGB
CMYK
RGB Variations
Color information
#CA03A1 (or 0xCA03A1) is known color: Medium Violet Red. HEX triplet: CA, 03 and A1. RGB value is (202,3,161). Sum of RGB (Red+Green+Blue) = 202+3+161=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA03A1 is #35FC5E. Grayscale: #505050. Windows color (decimal): -3538015 or 10552266. OLE color: 10552266.
HSL color Cylindrical-coordinate representation of color #CA03A1: hue angle of 312.36º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03A1 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 161 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.21 |
| HSL | 312.36º | 0.97% | 0.4% | - |
| HSV(B) | 312.36º | 0.99% | 0.79% | - |
| XYZ | 30.82 | 15.19 | 35.03 | - |
| YUV | 80.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 161 | 0 | 0.99 | 0.20 | 0.21 | 312.36 | 0.97 | 0.4 |
| Hex | CA | 3 | A1 | 0 | 63 | 14 | 15 | 138 | 61 | 28 |
| Octal | 312 | 3 | 241 | 0 | 143 | 24 | 25 | 470 | 141 | 50 |
| Binary | 11001010 | 11 | 10100001 | 0 | 1100011 | 10100 | 10101 | 100111000 | 1100001 | 101000 |
Color Harmonies of #CA03A1
Complementary color
Monochromatic Colors of #CA03A1
Black with #CA03A1
Text Example
Text Example
White with #CA03A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03A1; }
p { color: rgb(202,3,161); }
H1.HeaderClassName
{
color: #CA03A1;
}
.AnyTagClassName
{
color: #CA03A1;
}
</style>
background-color css
<style>
a { background-color: #CA03A1; }
a { background-color: rgb(202,3,161); }
div.DivClassName
{
background-color: #CA03A1;
}
.BgClassName
{
background-color: #CA03A1;
}
</style>
border-color css
<style>
span { border-color: #CA03A1; }
span { border-color: rgb(202,3,161); }
td.TdClassName
{
border-color: #CA03A1;
}
.TagClassName
{
border-color: #CA03A1;
}
</style>