Shades of Medium Violet Red #CA028D
Tints of Medium Violet Red #CA028D
RGB
CMYK
RGB Variations
Color information
#CA028D (or 0xCA028D) is known color: Medium Violet Red. HEX triplet: CA, 02 and 8D. RGB value is (202,2,141). Sum of RGB (Red+Green+Blue) = 202+2+141=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA028D is #35FD72. Grayscale: #4D4D4D. Windows color (decimal): -3538291 or 9241290. OLE color: 9241290.
HSL color Cylindrical-coordinate representation of color #CA028D: hue angle of 318.3º 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 #CA028D is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.21 |
| HSL | 318.3º | 0.98% | 0.4% | - |
| HSV(B) | 318.3º | 0.99% | 0.79% | - |
| XYZ | 29.19 | 14.52 | 26.46 | - |
| YUV | 77.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 141 | 0 | 0.99 | 0.30 | 0.21 | 318.3 | 0.98 | 0.4 |
| Hex | CA | 2 | 8D | 0 | 63 | 1E | 15 | 13E | 62 | 28 |
| Octal | 312 | 2 | 215 | 0 | 143 | 36 | 25 | 476 | 142 | 50 |
| Binary | 11001010 | 10 | 10001101 | 0 | 1100011 | 11110 | 10101 | 100111110 | 1100010 | 101000 |
Color Harmonies of #CA028D
Complementary color
Monochromatic Colors of #CA028D
Black with #CA028D
Text Example
Text Example
White with #CA028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA028D; }
p { color: rgb(202,2,141); }
H1.HeaderClassName
{
color: #CA028D;
}
.AnyTagClassName
{
color: #CA028D;
}
</style>
background-color css
<style>
a { background-color: #CA028D; }
a { background-color: rgb(202,2,141); }
div.DivClassName
{
background-color: #CA028D;
}
.BgClassName
{
background-color: #CA028D;
}
</style>
border-color css
<style>
span { border-color: #CA028D; }
span { border-color: rgb(202,2,141); }
td.TdClassName
{
border-color: #CA028D;
}
.TagClassName
{
border-color: #CA028D;
}
</style>