Shades of Medium Violet Red #CA057A
Tints of Medium Violet Red #CA057A
RGB
CMYK
RGB Variations
Color information
#CA057A (or 0xCA057A) is known color: Medium Violet Red. HEX triplet: CA, 05 and 7A. RGB value is (202,5,122). Sum of RGB (Red+Green+Blue) = 202+5+122=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA057A is #35FA85. Grayscale: #4C4C4C. Windows color (decimal): -3537542 or 7996874. OLE color: 7996874.
HSL color Cylindrical-coordinate representation of color #CA057A: hue angle of 324.37º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA057A is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.21 |
| HSL | 324.37º | 0.95% | 0.41% | - |
| HSV(B) | 324.37º | 0.98% | 0.79% | - |
| XYZ | 27.92 | 14.07 | 19.66 | - |
| YUV | 77.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 122 | 0 | 0.98 | 0.40 | 0.21 | 324.37 | 0.95 | 0.41 |
| Hex | CA | 5 | 7A | 0 | 62 | 28 | 15 | 144 | 5F | 29 |
| Octal | 312 | 5 | 172 | 0 | 142 | 50 | 25 | 504 | 137 | 51 |
| Binary | 11001010 | 101 | 1111010 | 0 | 1100010 | 101000 | 10101 | 101000100 | 1011111 | 101001 |
Color Harmonies of #CA057A
Complementary color
Monochromatic Colors of #CA057A
Black with #CA057A
Text Example
Text Example
White with #CA057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA057A; }
p { color: rgb(202,5,122); }
H1.HeaderClassName
{
color: #CA057A;
}
.AnyTagClassName
{
color: #CA057A;
}
</style>
background-color css
<style>
a { background-color: #CA057A; }
a { background-color: rgb(202,5,122); }
div.DivClassName
{
background-color: #CA057A;
}
.BgClassName
{
background-color: #CA057A;
}
</style>
border-color css
<style>
span { border-color: #CA057A; }
span { border-color: rgb(202,5,122); }
td.TdClassName
{
border-color: #CA057A;
}
.TagClassName
{
border-color: #CA057A;
}
</style>