Shades of Medium Violet Red #CA18A8
Tints of Medium Violet Red #CA18A8
RGB
CMYK
RGB Variations
Color information
#CA18A8 (or 0xCA18A8) is known color: Medium Violet Red. HEX triplet: CA, 18 and A8. RGB value is (202,24,168). Sum of RGB (Red+Green+Blue) = 202+24+168=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA18A8 is #35E757. Grayscale: #5D5D5D. Windows color (decimal): -3532632 or 11016394. OLE color: 11016394.
HSL color Cylindrical-coordinate representation of color #CA18A8: hue angle of 311.46º 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 #CA18A8 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 168 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.21 |
| HSL | 311.46º | 0.79% | 0.44% | - |
| HSV(B) | 311.46º | 0.88% | 0.79% | - |
| XYZ | 31.75 | 16.04 | 38.47 | - |
| YUV | 93.64 | 169.97 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 168 | 0 | 0.88 | 0.17 | 0.21 | 311.46 | 0.79 | 0.44 |
| Hex | CA | 18 | A8 | 0 | 58 | 11 | 15 | 137 | 4F | 2C |
| Octal | 312 | 30 | 250 | 0 | 130 | 21 | 25 | 467 | 117 | 54 |
| Binary | 11001010 | 11000 | 10101000 | 0 | 1011000 | 10001 | 10101 | 100110111 | 1001111 | 101100 |
Color Harmonies of #CA18A8
Complementary color
Monochromatic Colors of #CA18A8
Black with #CA18A8
Text Example
Text Example
White with #CA18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18A8; }
p { color: rgb(202,24,168); }
H1.HeaderClassName
{
color: #CA18A8;
}
.AnyTagClassName
{
color: #CA18A8;
}
</style>
background-color css
<style>
a { background-color: #CA18A8; }
a { background-color: rgb(202,24,168); }
div.DivClassName
{
background-color: #CA18A8;
}
.BgClassName
{
background-color: #CA18A8;
}
</style>
border-color css
<style>
span { border-color: #CA18A8; }
span { border-color: rgb(202,24,168); }
td.TdClassName
{
border-color: #CA18A8;
}
.TagClassName
{
border-color: #CA18A8;
}
</style>