Shades of Medium Violet Red #CA028C
Tints of Medium Violet Red #CA028C
RGB
CMYK
RGB Variations
Color information
#CA028C (or 0xCA028C) is known color: Medium Violet Red. HEX triplet: CA, 02 and 8C. RGB value is (202,2,140). Sum of RGB (Red+Green+Blue) = 202+2+140=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA028C is #35FD73. Grayscale: #4D4D4D. Windows color (decimal): -3538292 or 9175754. OLE color: 9175754.
HSL color Cylindrical-coordinate representation of color #CA028C: hue angle of 318.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA028C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.21 |
| HSL | 318.6º | 0.98% | 0.4% | - |
| HSV(B) | 318.6º | 0.99% | 0.79% | - |
| XYZ | 29.11 | 14.49 | 26.07 | - |
| YUV | 77.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 140 | 0 | 0.99 | 0.31 | 0.21 | 318.6 | 0.98 | 0.4 |
| Hex | CA | 2 | 8C | 0 | 63 | 1F | 15 | 13F | 62 | 28 |
| Octal | 312 | 2 | 214 | 0 | 143 | 37 | 25 | 477 | 142 | 50 |
| Binary | 11001010 | 10 | 10001100 | 0 | 1100011 | 11111 | 10101 | 100111111 | 1100010 | 101000 |
Color Harmonies of #CA028C
Complementary color
Monochromatic Colors of #CA028C
Black with #CA028C
Text Example
Text Example
White with #CA028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA028C; }
p { color: rgb(202,2,140); }
H1.HeaderClassName
{
color: #CA028C;
}
.AnyTagClassName
{
color: #CA028C;
}
</style>
background-color css
<style>
a { background-color: #CA028C; }
a { background-color: rgb(202,2,140); }
div.DivClassName
{
background-color: #CA028C;
}
.BgClassName
{
background-color: #CA028C;
}
</style>
border-color css
<style>
span { border-color: #CA028C; }
span { border-color: rgb(202,2,140); }
td.TdClassName
{
border-color: #CA028C;
}
.TagClassName
{
border-color: #CA028C;
}
</style>