Shades of Medium Violet Red #CA0089
Tints of Medium Violet Red #CA0089
RGB
CMYK
RGB Variations
Color information
#CA0089 (or 0xCA0089) is known color: Medium Violet Red. HEX triplet: CA, 00 and 89. RGB value is (202,0,137). Sum of RGB (Red+Green+Blue) = 202+0+137=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0089 is #35FF76. Grayscale: #4B4B4B. Windows color (decimal): -3538807 or 8978634. OLE color: 8978634.
HSL color Cylindrical-coordinate representation of color #CA0089: hue angle of 319.31º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0089 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.32 | 0.21 |
| HSL | 319.31º | 1% | 0.4% | - |
| HSV(B) | 319.31º | 1% | 0.79% | - |
| XYZ | 28.87 | 14.36 | 24.92 | - |
| YUV | 76.02 | 162.42 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 137 | 0 | 1 | 0.32 | 0.21 | 319.31 | 1 | 0.4 |
| Hex | CA | 0 | 89 | 0 | 64 | 20 | 15 | 13F | 64 | 28 |
| Octal | 312 | 0 | 211 | 0 | 144 | 40 | 25 | 477 | 144 | 50 |
| Binary | 11001010 | 0 | 10001001 | 0 | 1100100 | 100000 | 10101 | 100111111 | 1100100 | 101000 |
Color Harmonies of #CA0089
Complementary color
Monochromatic Colors of #CA0089
Black with #CA0089
Text Example
Text Example
White with #CA0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0089; }
p { color: rgb(202,0,137); }
H1.HeaderClassName
{
color: #CA0089;
}
.AnyTagClassName
{
color: #CA0089;
}
</style>
background-color css
<style>
a { background-color: #CA0089; }
a { background-color: rgb(202,0,137); }
div.DivClassName
{
background-color: #CA0089;
}
.BgClassName
{
background-color: #CA0089;
}
</style>
border-color css
<style>
span { border-color: #CA0089; }
span { border-color: rgb(202,0,137); }
td.TdClassName
{
border-color: #CA0089;
}
.TagClassName
{
border-color: #CA0089;
}
</style>