Shades of Medium Violet Red #CA047F
Tints of Medium Violet Red #CA047F
RGB
CMYK
RGB Variations
Color information
#CA047F (or 0xCA047F) is known color: Medium Violet Red. HEX triplet: CA, 04 and 7F. RGB value is (202,4,127). Sum of RGB (Red+Green+Blue) = 202+4+127=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA047F is #35FB80. Grayscale: #4C4C4C. Windows color (decimal): -3537793 or 8324298. OLE color: 8324298.
HSL color Cylindrical-coordinate representation of color #CA047F: hue angle of 322.73º 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 #CA047F is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.21 |
| HSL | 322.73º | 0.96% | 0.4% | - |
| HSV(B) | 322.73º | 0.98% | 0.79% | - |
| XYZ | 28.23 | 14.18 | 21.33 | - |
| YUV | 77.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 127 | 0 | 0.98 | 0.37 | 0.21 | 322.73 | 0.96 | 0.4 |
| Hex | CA | 4 | 7F | 0 | 62 | 25 | 15 | 143 | 60 | 28 |
| Octal | 312 | 4 | 177 | 0 | 142 | 45 | 25 | 503 | 140 | 50 |
| Binary | 11001010 | 100 | 1111111 | 0 | 1100010 | 100101 | 10101 | 101000011 | 1100000 | 101000 |
Color Harmonies of #CA047F
Complementary color
Monochromatic Colors of #CA047F
Black with #CA047F
Text Example
Text Example
White with #CA047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA047F; }
p { color: rgb(202,4,127); }
H1.HeaderClassName
{
color: #CA047F;
}
.AnyTagClassName
{
color: #CA047F;
}
</style>
background-color css
<style>
a { background-color: #CA047F; }
a { background-color: rgb(202,4,127); }
div.DivClassName
{
background-color: #CA047F;
}
.BgClassName
{
background-color: #CA047F;
}
</style>
border-color css
<style>
span { border-color: #CA047F; }
span { border-color: rgb(202,4,127); }
td.TdClassName
{
border-color: #CA047F;
}
.TagClassName
{
border-color: #CA047F;
}
</style>