Shades of Medium Violet Red #CA048B
Tints of Medium Violet Red #CA048B
RGB
CMYK
RGB Variations
Color information
#CA048B (or 0xCA048B) is known color: Medium Violet Red. HEX triplet: CA, 04 and 8B. RGB value is (202,4,139). Sum of RGB (Red+Green+Blue) = 202+4+139=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA048B is #35FB74. Grayscale: #4E4E4E. Windows color (decimal): -3537781 or 9110730. OLE color: 9110730.
HSL color Cylindrical-coordinate representation of color #CA048B: hue angle of 319.09º 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 #CA048B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.21 |
| HSL | 319.09º | 0.96% | 0.4% | - |
| HSV(B) | 319.09º | 0.98% | 0.79% | - |
| XYZ | 29.06 | 14.51 | 25.69 | - |
| YUV | 78.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 139 | 0 | 0.98 | 0.31 | 0.21 | 319.09 | 0.96 | 0.4 |
| Hex | CA | 4 | 8B | 0 | 62 | 1F | 15 | 13F | 60 | 28 |
| Octal | 312 | 4 | 213 | 0 | 142 | 37 | 25 | 477 | 140 | 50 |
| Binary | 11001010 | 100 | 10001011 | 0 | 1100010 | 11111 | 10101 | 100111111 | 1100000 | 101000 |
Color Harmonies of #CA048B
Complementary color
Monochromatic Colors of #CA048B
Black with #CA048B
Text Example
Text Example
White with #CA048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA048B; }
p { color: rgb(202,4,139); }
H1.HeaderClassName
{
color: #CA048B;
}
.AnyTagClassName
{
color: #CA048B;
}
</style>
background-color css
<style>
a { background-color: #CA048B; }
a { background-color: rgb(202,4,139); }
div.DivClassName
{
background-color: #CA048B;
}
.BgClassName
{
background-color: #CA048B;
}
</style>
border-color css
<style>
span { border-color: #CA048B; }
span { border-color: rgb(202,4,139); }
td.TdClassName
{
border-color: #CA048B;
}
.TagClassName
{
border-color: #CA048B;
}
</style>