Shades of Medium Violet Red #CA18A6
Tints of Medium Violet Red #CA18A6
RGB
CMYK
RGB Variations
Color information
#CA18A6 (or 0xCA18A6) is known color: Medium Violet Red. HEX triplet: CA, 18 and A6. RGB value is (202,24,166). Sum of RGB (Red+Green+Blue) = 202+24+166=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA18A6 is #35E759. Grayscale: #5D5D5D. Windows color (decimal): -3532634 or 10885322. OLE color: 10885322.
HSL color Cylindrical-coordinate representation of color #CA18A6: hue angle of 312.13º 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 #CA18A6 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 166 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.21 |
| HSL | 312.13º | 0.79% | 0.44% | - |
| HSV(B) | 312.13º | 0.88% | 0.79% | - |
| XYZ | 31.57 | 15.96 | 37.49 | - |
| YUV | 93.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 166 | 0 | 0.88 | 0.18 | 0.21 | 312.13 | 0.79 | 0.44 |
| Hex | CA | 18 | A6 | 0 | 58 | 12 | 15 | 138 | 4F | 2C |
| Octal | 312 | 30 | 246 | 0 | 130 | 22 | 25 | 470 | 117 | 54 |
| Binary | 11001010 | 11000 | 10100110 | 0 | 1011000 | 10010 | 10101 | 100111000 | 1001111 | 101100 |
Color Harmonies of #CA18A6
Complementary color
Monochromatic Colors of #CA18A6
Black with #CA18A6
Text Example
Text Example
White with #CA18A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18A6; }
p { color: rgb(202,24,166); }
H1.HeaderClassName
{
color: #CA18A6;
}
.AnyTagClassName
{
color: #CA18A6;
}
</style>
background-color css
<style>
a { background-color: #CA18A6; }
a { background-color: rgb(202,24,166); }
div.DivClassName
{
background-color: #CA18A6;
}
.BgClassName
{
background-color: #CA18A6;
}
</style>
border-color css
<style>
span { border-color: #CA18A6; }
span { border-color: rgb(202,24,166); }
td.TdClassName
{
border-color: #CA18A6;
}
.TagClassName
{
border-color: #CA18A6;
}
</style>