Shades of Medium Violet Red #CA03A2
Tints of Medium Violet Red #CA03A2
RGB
CMYK
RGB Variations
Color information
#CA03A2 (or 0xCA03A2) is known color: Medium Violet Red. HEX triplet: CA, 03 and A2. RGB value is (202,3,162). Sum of RGB (Red+Green+Blue) = 202+3+162=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA03A2 is #35FC5D. Grayscale: #505050. Windows color (decimal): -3538014 or 10617802. OLE color: 10617802.
HSL color Cylindrical-coordinate representation of color #CA03A2: hue angle of 312.06º 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 #CA03A2 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.21 |
| HSL | 312.06º | 0.97% | 0.4% | - |
| HSV(B) | 312.06º | 0.99% | 0.79% | - |
| XYZ | 30.91 | 15.23 | 35.49 | - |
| YUV | 80.63 | 173.93 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 162 | 0 | 0.99 | 0.20 | 0.21 | 312.06 | 0.97 | 0.4 |
| Hex | CA | 3 | A2 | 0 | 63 | 14 | 15 | 138 | 61 | 28 |
| Octal | 312 | 3 | 242 | 0 | 143 | 24 | 25 | 470 | 141 | 50 |
| Binary | 11001010 | 11 | 10100010 | 0 | 1100011 | 10100 | 10101 | 100111000 | 1100001 | 101000 |
Color Harmonies of #CA03A2
Complementary color
Monochromatic Colors of #CA03A2
Black with #CA03A2
Text Example
Text Example
White with #CA03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03A2; }
p { color: rgb(202,3,162); }
H1.HeaderClassName
{
color: #CA03A2;
}
.AnyTagClassName
{
color: #CA03A2;
}
</style>
background-color css
<style>
a { background-color: #CA03A2; }
a { background-color: rgb(202,3,162); }
div.DivClassName
{
background-color: #CA03A2;
}
.BgClassName
{
background-color: #CA03A2;
}
</style>
border-color css
<style>
span { border-color: #CA03A2; }
span { border-color: rgb(202,3,162); }
td.TdClassName
{
border-color: #CA03A2;
}
.TagClassName
{
border-color: #CA03A2;
}
</style>