Shades of Medium Violet Red #CA0289
Tints of Medium Violet Red #CA0289
RGB
CMYK
RGB Variations
Color information
#CA0289 (or 0xCA0289) is known color: Medium Violet Red. HEX triplet: CA, 02 and 89. RGB value is (202,2,137). Sum of RGB (Red+Green+Blue) = 202+2+137=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0289 is #35FD76. Grayscale: #4C4C4C. Windows color (decimal): -3538295 or 8979146. OLE color: 8979146.
HSL color Cylindrical-coordinate representation of color #CA0289: hue angle of 319.5º 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 #CA0289 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.21 |
| HSL | 319.5º | 0.98% | 0.4% | - |
| HSV(B) | 319.5º | 0.99% | 0.79% | - |
| XYZ | 28.89 | 14.41 | 24.92 | - |
| YUV | 77.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 137 | 0 | 0.99 | 0.32 | 0.21 | 319.5 | 0.98 | 0.4 |
| Hex | CA | 2 | 89 | 0 | 63 | 20 | 15 | 140 | 62 | 28 |
| Octal | 312 | 2 | 211 | 0 | 143 | 40 | 25 | 500 | 142 | 50 |
| Binary | 11001010 | 10 | 10001001 | 0 | 1100011 | 100000 | 10101 | 101000000 | 1100010 | 101000 |
Color Harmonies of #CA0289
Complementary color
Monochromatic Colors of #CA0289
Black with #CA0289
Text Example
Text Example
White with #CA0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0289; }
p { color: rgb(202,2,137); }
H1.HeaderClassName
{
color: #CA0289;
}
.AnyTagClassName
{
color: #CA0289;
}
</style>
background-color css
<style>
a { background-color: #CA0289; }
a { background-color: rgb(202,2,137); }
div.DivClassName
{
background-color: #CA0289;
}
.BgClassName
{
background-color: #CA0289;
}
</style>
border-color css
<style>
span { border-color: #CA0289; }
span { border-color: rgb(202,2,137); }
td.TdClassName
{
border-color: #CA0289;
}
.TagClassName
{
border-color: #CA0289;
}
</style>