Shades of Medium Violet Red #CA048D
Tints of Medium Violet Red #CA048D
RGB
CMYK
RGB Variations
Color information
#CA048D (or 0xCA048D) is known color: Medium Violet Red. HEX triplet: CA, 04 and 8D. RGB value is (202,4,141). Sum of RGB (Red+Green+Blue) = 202+4+141=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA048D is #35FB72. Grayscale: #4E4E4E. Windows color (decimal): -3537779 or 9241802. OLE color: 9241802.
HSL color Cylindrical-coordinate representation of color #CA048D: hue angle of 318.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA048D is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.21 |
| HSL | 318.48º | 0.96% | 0.4% | - |
| HSV(B) | 318.48º | 0.98% | 0.79% | - |
| XYZ | 29.21 | 14.57 | 26.47 | - |
| YUV | 78.82 | 163.1 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 141 | 0 | 0.98 | 0.30 | 0.21 | 318.48 | 0.96 | 0.4 |
| Hex | CA | 4 | 8D | 0 | 62 | 1E | 15 | 13E | 60 | 28 |
| Octal | 312 | 4 | 215 | 0 | 142 | 36 | 25 | 476 | 140 | 50 |
| Binary | 11001010 | 100 | 10001101 | 0 | 1100010 | 11110 | 10101 | 100111110 | 1100000 | 101000 |
Color Harmonies of #CA048D
Complementary color
Monochromatic Colors of #CA048D
Black with #CA048D
Text Example
Text Example
White with #CA048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA048D; }
p { color: rgb(202,4,141); }
H1.HeaderClassName
{
color: #CA048D;
}
.AnyTagClassName
{
color: #CA048D;
}
</style>
background-color css
<style>
a { background-color: #CA048D; }
a { background-color: rgb(202,4,141); }
div.DivClassName
{
background-color: #CA048D;
}
.BgClassName
{
background-color: #CA048D;
}
</style>
border-color css
<style>
span { border-color: #CA048D; }
span { border-color: rgb(202,4,141); }
td.TdClassName
{
border-color: #CA048D;
}
.TagClassName
{
border-color: #CA048D;
}
</style>