Shades of Medium Violet Red #CA289B
Tints of Medium Violet Red #CA289B
RGB
CMYK
RGB Variations
Color information
#CA289B (or 0xCA289B) is known color: Medium Violet Red. HEX triplet: CA, 28 and 9B. RGB value is (202,40,155). Sum of RGB (Red+Green+Blue) = 202+40+155=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA289B is #35D764. Grayscale: #656565. Windows color (decimal): -3528549 or 10168522. OLE color: 10168522.
HSL color Cylindrical-coordinate representation of color #CA289B: hue angle of 317.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA289B is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 155 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.21 |
| HSL | 317.41º | 0.67% | 0.47% | - |
| HSV(B) | 317.41º | 0.8% | 0.79% | - |
| XYZ | 31.03 | 16.44 | 32.55 | - |
| YUV | 101.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 155 | 0 | 0.80 | 0.23 | 0.21 | 317.41 | 0.67 | 0.47 |
| Hex | CA | 28 | 9B | 0 | 50 | 17 | 15 | 13D | 43 | 2F |
| Octal | 312 | 50 | 233 | 0 | 120 | 27 | 25 | 475 | 103 | 57 |
| Binary | 11001010 | 101000 | 10011011 | 0 | 1010000 | 10111 | 10101 | 100111101 | 1000011 | 101111 |
Color Harmonies of #CA289B
Complementary color
Monochromatic Colors of #CA289B
Black with #CA289B
Text Example
Text Example
White with #CA289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA289B; }
p { color: rgb(202,40,155); }
H1.HeaderClassName
{
color: #CA289B;
}
.AnyTagClassName
{
color: #CA289B;
}
</style>
background-color css
<style>
a { background-color: #CA289B; }
a { background-color: rgb(202,40,155); }
div.DivClassName
{
background-color: #CA289B;
}
.BgClassName
{
background-color: #CA289B;
}
</style>
border-color css
<style>
span { border-color: #CA289B; }
span { border-color: rgb(202,40,155); }
td.TdClassName
{
border-color: #CA289B;
}
.TagClassName
{
border-color: #CA289B;
}
</style>