Shades of Medium Violet Red #CA148D
Tints of Medium Violet Red #CA148D
RGB
CMYK
RGB Variations
Color information
#CA148D (or 0xCA148D) is known color: Medium Violet Red. HEX triplet: CA, 14 and 8D. RGB value is (202,20,141). Sum of RGB (Red+Green+Blue) = 202+20+141=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA148D is #35EB72. Grayscale: #575757. Windows color (decimal): -3533683 or 9245898. OLE color: 9245898.
HSL color Cylindrical-coordinate representation of color #CA148D: hue angle of 320.11º 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 #CA148D is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.21 |
| HSL | 320.11º | 0.82% | 0.44% | - |
| HSV(B) | 320.11º | 0.9% | 0.79% | - |
| XYZ | 29.42 | 14.98 | 26.54 | - |
| YUV | 88.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 141 | 0 | 0.90 | 0.30 | 0.21 | 320.11 | 0.82 | 0.44 |
| Hex | CA | 14 | 8D | 0 | 5A | 1E | 15 | 140 | 52 | 2C |
| Octal | 312 | 24 | 215 | 0 | 132 | 36 | 25 | 500 | 122 | 54 |
| Binary | 11001010 | 10100 | 10001101 | 0 | 1011010 | 11110 | 10101 | 101000000 | 1010010 | 101100 |
Color Harmonies of #CA148D
Complementary color
Monochromatic Colors of #CA148D
Black with #CA148D
Text Example
Text Example
White with #CA148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA148D; }
p { color: rgb(202,20,141); }
H1.HeaderClassName
{
color: #CA148D;
}
.AnyTagClassName
{
color: #CA148D;
}
</style>
background-color css
<style>
a { background-color: #CA148D; }
a { background-color: rgb(202,20,141); }
div.DivClassName
{
background-color: #CA148D;
}
.BgClassName
{
background-color: #CA148D;
}
</style>
border-color css
<style>
span { border-color: #CA148D; }
span { border-color: rgb(202,20,141); }
td.TdClassName
{
border-color: #CA148D;
}
.TagClassName
{
border-color: #CA148D;
}
</style>