Shades of Medium Violet Red #CA05A2
Tints of Medium Violet Red #CA05A2
RGB
CMYK
RGB Variations
Color information
#CA05A2 (or 0xCA05A2) is known color: Medium Violet Red. HEX triplet: CA, 05 and A2. RGB value is (202,5,162). Sum of RGB (Red+Green+Blue) = 202+5+162=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA05A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA05A2 is #35FA5D. Grayscale: #515151. Windows color (decimal): -3537502 or 10618314. OLE color: 10618314.
HSL color Cylindrical-coordinate representation of color #CA05A2: hue angle of 312.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05A2 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.21 |
| HSL | 312.18º | 0.95% | 0.41% | - |
| HSV(B) | 312.18º | 0.98% | 0.79% | - |
| XYZ | 30.93 | 15.27 | 35.5 | - |
| YUV | 81.8 | 173.27 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 162 | 0 | 0.98 | 0.20 | 0.21 | 312.18 | 0.95 | 0.41 |
| Hex | CA | 5 | A2 | 0 | 62 | 14 | 15 | 138 | 5F | 29 |
| Octal | 312 | 5 | 242 | 0 | 142 | 24 | 25 | 470 | 137 | 51 |
| Binary | 11001010 | 101 | 10100010 | 0 | 1100010 | 10100 | 10101 | 100111000 | 1011111 | 101001 |
Color Harmonies of #CA05A2
Complementary color
Monochromatic Colors of #CA05A2
Black with #CA05A2
Text Example
Text Example
White with #CA05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05A2; }
p { color: rgb(202,5,162); }
H1.HeaderClassName
{
color: #CA05A2;
}
.AnyTagClassName
{
color: #CA05A2;
}
</style>
background-color css
<style>
a { background-color: #CA05A2; }
a { background-color: rgb(202,5,162); }
div.DivClassName
{
background-color: #CA05A2;
}
.BgClassName
{
background-color: #CA05A2;
}
</style>
border-color css
<style>
span { border-color: #CA05A2; }
span { border-color: rgb(202,5,162); }
td.TdClassName
{
border-color: #CA05A2;
}
.TagClassName
{
border-color: #CA05A2;
}
</style>