Shades of Medium Violet Red #CA18A0
Tints of Medium Violet Red #CA18A0
RGB
CMYK
RGB Variations
Color information
#CA18A0 (or 0xCA18A0) is known color: Medium Violet Red. HEX triplet: CA, 18 and A0. RGB value is (202,24,160). Sum of RGB (Red+Green+Blue) = 202+24+160=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA18A0 is #35E75F. Grayscale: #5C5C5C. Windows color (decimal): -3532640 or 10492106. OLE color: 10492106.
HSL color Cylindrical-coordinate representation of color #CA18A0: hue angle of 314.16º 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 #CA18A0 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 160 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.21 |
| HSL | 314.16º | 0.79% | 0.44% | - |
| HSV(B) | 314.16º | 0.88% | 0.79% | - |
| XYZ | 31.03 | 15.75 | 34.66 | - |
| YUV | 92.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 160 | 0 | 0.88 | 0.21 | 0.21 | 314.16 | 0.79 | 0.44 |
| Hex | CA | 18 | A0 | 0 | 58 | 15 | 15 | 13A | 4F | 2C |
| Octal | 312 | 30 | 240 | 0 | 130 | 25 | 25 | 472 | 117 | 54 |
| Binary | 11001010 | 11000 | 10100000 | 0 | 1011000 | 10101 | 10101 | 100111010 | 1001111 | 101100 |
Color Harmonies of #CA18A0
Complementary color
Monochromatic Colors of #CA18A0
Black with #CA18A0
Text Example
Text Example
White with #CA18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18A0; }
p { color: rgb(202,24,160); }
H1.HeaderClassName
{
color: #CA18A0;
}
.AnyTagClassName
{
color: #CA18A0;
}
</style>
background-color css
<style>
a { background-color: #CA18A0; }
a { background-color: rgb(202,24,160); }
div.DivClassName
{
background-color: #CA18A0;
}
.BgClassName
{
background-color: #CA18A0;
}
</style>
border-color css
<style>
span { border-color: #CA18A0; }
span { border-color: rgb(202,24,160); }
td.TdClassName
{
border-color: #CA18A0;
}
.TagClassName
{
border-color: #CA18A0;
}
</style>