Shades of Medium Violet Red #CA2789
Tints of Medium Violet Red #CA2789
RGB
CMYK
RGB Variations
Color information
#CA2789 (or 0xCA2789) is known color: Medium Violet Red. HEX triplet: CA, 27 and 89. RGB value is (202,39,137). Sum of RGB (Red+Green+Blue) = 202+39+137=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2789 is #35D876. Grayscale: #626262. Windows color (decimal): -3528823 or 8988618. OLE color: 8988618.
HSL color Cylindrical-coordinate representation of color #CA2789: hue angle of 323.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2789 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 137 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.21 |
| HSL | 323.93º | 0.68% | 0.47% | - |
| HSV(B) | 323.93º | 0.81% | 0.79% | - |
| XYZ | 29.6 | 15.81 | 25.16 | - |
| YUV | 98.91 | 149.5 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 137 | 0 | 0.81 | 0.32 | 0.21 | 323.93 | 0.68 | 0.47 |
| Hex | CA | 27 | 89 | 0 | 51 | 20 | 15 | 144 | 44 | 2F |
| Octal | 312 | 47 | 211 | 0 | 121 | 40 | 25 | 504 | 104 | 57 |
| Binary | 11001010 | 100111 | 10001001 | 0 | 1010001 | 100000 | 10101 | 101000100 | 1000100 | 101111 |
Color Harmonies of #CA2789
Complementary color
Monochromatic Colors of #CA2789
Black with #CA2789
Text Example
Text Example
White with #CA2789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2789; }
p { color: rgb(202,39,137); }
H1.HeaderClassName
{
color: #CA2789;
}
.AnyTagClassName
{
color: #CA2789;
}
</style>
background-color css
<style>
a { background-color: #CA2789; }
a { background-color: rgb(202,39,137); }
div.DivClassName
{
background-color: #CA2789;
}
.BgClassName
{
background-color: #CA2789;
}
</style>
border-color css
<style>
span { border-color: #CA2789; }
span { border-color: rgb(202,39,137); }
td.TdClassName
{
border-color: #CA2789;
}
.TagClassName
{
border-color: #CA2789;
}
</style>