Shades of Medium Violet Red #CA00A5
Tints of Medium Violet Red #CA00A5
RGB
CMYK
RGB Variations
Color information
#CA00A5 (or 0xCA00A5) is known color: Medium Violet Red. HEX triplet: CA, 00 and A5. RGB value is (202,0,165). Sum of RGB (Red+Green+Blue) = 202+0+165=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00A5 is #35FF5A. Grayscale: #4E4E4E. Windows color (decimal): -3538779 or 10813642. OLE color: 10813642.
HSL color Cylindrical-coordinate representation of color #CA00A5: hue angle of 310.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00A5 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.18 | 0.21 |
| HSL | 310.99º | 1% | 0.4% | - |
| HSV(B) | 310.99º | 1% | 0.79% | - |
| XYZ | 31.15 | 15.27 | 36.9 | - |
| YUV | 79.21 | 176.42 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 165 | 0 | 1 | 0.18 | 0.21 | 310.99 | 1 | 0.4 |
| Hex | CA | 0 | A5 | 0 | 64 | 12 | 15 | 137 | 64 | 28 |
| Octal | 312 | 0 | 245 | 0 | 144 | 22 | 25 | 467 | 144 | 50 |
| Binary | 11001010 | 0 | 10100101 | 0 | 1100100 | 10010 | 10101 | 100110111 | 1100100 | 101000 |
Color Harmonies of #CA00A5
Complementary color
Monochromatic Colors of #CA00A5
Black with #CA00A5
Text Example
Text Example
White with #CA00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00A5; }
p { color: rgb(202,0,165); }
H1.HeaderClassName
{
color: #CA00A5;
}
.AnyTagClassName
{
color: #CA00A5;
}
</style>
background-color css
<style>
a { background-color: #CA00A5; }
a { background-color: rgb(202,0,165); }
div.DivClassName
{
background-color: #CA00A5;
}
.BgClassName
{
background-color: #CA00A5;
}
</style>
border-color css
<style>
span { border-color: #CA00A5; }
span { border-color: rgb(202,0,165); }
td.TdClassName
{
border-color: #CA00A5;
}
.TagClassName
{
border-color: #CA00A5;
}
</style>