Shades of Medium Violet Red #CA14A8
Tints of Medium Violet Red #CA14A8
RGB
CMYK
RGB Variations
Color information
#CA14A8 (or 0xCA14A8) is known color: Medium Violet Red. HEX triplet: CA, 14 and A8. RGB value is (202,20,168). Sum of RGB (Red+Green+Blue) = 202+20+168=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14A8 is #35EB57. Grayscale: #5A5A5A. Windows color (decimal): -3533656 or 11015370. OLE color: 11015370.
HSL color Cylindrical-coordinate representation of color #CA14A8: hue angle of 311.21º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14A8 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 168 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.21 |
| HSL | 311.21º | 0.82% | 0.44% | - |
| HSV(B) | 311.21º | 0.9% | 0.79% | - |
| XYZ | 31.68 | 15.88 | 38.44 | - |
| YUV | 91.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 168 | 0 | 0.90 | 0.17 | 0.21 | 311.21 | 0.82 | 0.44 |
| Hex | CA | 14 | A8 | 0 | 5A | 11 | 15 | 137 | 52 | 2C |
| Octal | 312 | 24 | 250 | 0 | 132 | 21 | 25 | 467 | 122 | 54 |
| Binary | 11001010 | 10100 | 10101000 | 0 | 1011010 | 10001 | 10101 | 100110111 | 1010010 | 101100 |
Color Harmonies of #CA14A8
Complementary color
Monochromatic Colors of #CA14A8
Black with #CA14A8
Text Example
Text Example
White with #CA14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14A8; }
p { color: rgb(202,20,168); }
H1.HeaderClassName
{
color: #CA14A8;
}
.AnyTagClassName
{
color: #CA14A8;
}
</style>
background-color css
<style>
a { background-color: #CA14A8; }
a { background-color: rgb(202,20,168); }
div.DivClassName
{
background-color: #CA14A8;
}
.BgClassName
{
background-color: #CA14A8;
}
</style>
border-color css
<style>
span { border-color: #CA14A8; }
span { border-color: rgb(202,20,168); }
td.TdClassName
{
border-color: #CA14A8;
}
.TagClassName
{
border-color: #CA14A8;
}
</style>