Shades of Medium Violet Red #CA00A3
Tints of Medium Violet Red #CA00A3
RGB
CMYK
RGB Variations
Color information
#CA00A3 (or 0xCA00A3) is known color: Medium Violet Red. HEX triplet: CA, 00 and A3. RGB value is (202,0,163). Sum of RGB (Red+Green+Blue) = 202+0+163=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00A3 is #35FF5C. Grayscale: #4E4E4E. Windows color (decimal): -3538781 or 10682570. OLE color: 10682570.
HSL color Cylindrical-coordinate representation of color #CA00A3: hue angle of 311.58º 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 #CA00A3 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.19 | 0.21 |
| HSL | 311.58º | 1% | 0.4% | - |
| HSV(B) | 311.58º | 1% | 0.79% | - |
| XYZ | 30.97 | 15.2 | 35.95 | - |
| YUV | 78.98 | 175.42 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 163 | 0 | 1 | 0.19 | 0.21 | 311.58 | 1 | 0.4 |
| Hex | CA | 0 | A3 | 0 | 64 | 13 | 15 | 138 | 64 | 28 |
| Octal | 312 | 0 | 243 | 0 | 144 | 23 | 25 | 470 | 144 | 50 |
| Binary | 11001010 | 0 | 10100011 | 0 | 1100100 | 10011 | 10101 | 100111000 | 1100100 | 101000 |
Color Harmonies of #CA00A3
Complementary color
Monochromatic Colors of #CA00A3
Black with #CA00A3
Text Example
Text Example
White with #CA00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00A3; }
p { color: rgb(202,0,163); }
H1.HeaderClassName
{
color: #CA00A3;
}
.AnyTagClassName
{
color: #CA00A3;
}
</style>
background-color css
<style>
a { background-color: #CA00A3; }
a { background-color: rgb(202,0,163); }
div.DivClassName
{
background-color: #CA00A3;
}
.BgClassName
{
background-color: #CA00A3;
}
</style>
border-color css
<style>
span { border-color: #CA00A3; }
span { border-color: rgb(202,0,163); }
td.TdClassName
{
border-color: #CA00A3;
}
.TagClassName
{
border-color: #CA00A3;
}
</style>