Shades of Medium Violet Red #CA18A2
Tints of Medium Violet Red #CA18A2
RGB
CMYK
RGB Variations
Color information
#CA18A2 (or 0xCA18A2) is known color: Medium Violet Red. HEX triplet: CA, 18 and A2. RGB value is (202,24,162). Sum of RGB (Red+Green+Blue) = 202+24+162=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA18A2 is #35E75D. Grayscale: #5C5C5C. Windows color (decimal): -3532638 or 10623178. OLE color: 10623178.
HSL color Cylindrical-coordinate representation of color #CA18A2: hue angle of 313.48º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA18A2 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 162 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.21 |
| HSL | 313.48º | 0.79% | 0.44% | - |
| HSV(B) | 313.48º | 0.88% | 0.79% | - |
| XYZ | 31.21 | 15.82 | 35.59 | - |
| YUV | 92.95 | 166.97 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 162 | 0 | 0.88 | 0.20 | 0.21 | 313.48 | 0.79 | 0.44 |
| Hex | CA | 18 | A2 | 0 | 58 | 14 | 15 | 139 | 4F | 2C |
| Octal | 312 | 30 | 242 | 0 | 130 | 24 | 25 | 471 | 117 | 54 |
| Binary | 11001010 | 11000 | 10100010 | 0 | 1011000 | 10100 | 10101 | 100111001 | 1001111 | 101100 |
Color Harmonies of #CA18A2
Complementary color
Monochromatic Colors of #CA18A2
Black with #CA18A2
Text Example
Text Example
White with #CA18A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18A2; }
p { color: rgb(202,24,162); }
H1.HeaderClassName
{
color: #CA18A2;
}
.AnyTagClassName
{
color: #CA18A2;
}
</style>
background-color css
<style>
a { background-color: #CA18A2; }
a { background-color: rgb(202,24,162); }
div.DivClassName
{
background-color: #CA18A2;
}
.BgClassName
{
background-color: #CA18A2;
}
</style>
border-color css
<style>
span { border-color: #CA18A2; }
span { border-color: rgb(202,24,162); }
td.TdClassName
{
border-color: #CA18A2;
}
.TagClassName
{
border-color: #CA18A2;
}
</style>