Shades of Medium Violet Red #CA047C
Tints of Medium Violet Red #CA047C
RGB
CMYK
RGB Variations
Color information
#CA047C (or 0xCA047C) is known color: Medium Violet Red. HEX triplet: CA, 04 and 7C. RGB value is (202,4,124). Sum of RGB (Red+Green+Blue) = 202+4+124=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA047C is #35FB83. Grayscale: #4C4C4C. Windows color (decimal): -3537796 or 8127690. OLE color: 8127690.
HSL color Cylindrical-coordinate representation of color #CA047C: hue angle of 323.64º 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 #CA047C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.21 |
| HSL | 323.64º | 0.96% | 0.4% | - |
| HSV(B) | 323.64º | 0.98% | 0.79% | - |
| XYZ | 28.04 | 14.1 | 20.31 | - |
| YUV | 76.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 124 | 0 | 0.98 | 0.39 | 0.21 | 323.64 | 0.96 | 0.4 |
| Hex | CA | 4 | 7C | 0 | 62 | 27 | 15 | 144 | 60 | 28 |
| Octal | 312 | 4 | 174 | 0 | 142 | 47 | 25 | 504 | 140 | 50 |
| Binary | 11001010 | 100 | 1111100 | 0 | 1100010 | 100111 | 10101 | 101000100 | 1100000 | 101000 |
Color Harmonies of #CA047C
Complementary color
Monochromatic Colors of #CA047C
Black with #CA047C
Text Example
Text Example
White with #CA047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA047C; }
p { color: rgb(202,4,124); }
H1.HeaderClassName
{
color: #CA047C;
}
.AnyTagClassName
{
color: #CA047C;
}
</style>
background-color css
<style>
a { background-color: #CA047C; }
a { background-color: rgb(202,4,124); }
div.DivClassName
{
background-color: #CA047C;
}
.BgClassName
{
background-color: #CA047C;
}
</style>
border-color css
<style>
span { border-color: #CA047C; }
span { border-color: rgb(202,4,124); }
td.TdClassName
{
border-color: #CA047C;
}
.TagClassName
{
border-color: #CA047C;
}
</style>