Shades of Medium Violet Red #CA189B
Tints of Medium Violet Red #CA189B
RGB
CMYK
RGB Variations
Color information
#CA189B (or 0xCA189B) is known color: Medium Violet Red. HEX triplet: CA, 18 and 9B. RGB value is (202,24,155). Sum of RGB (Red+Green+Blue) = 202+24+155=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA189B is #35E764. Grayscale: #5B5B5B. Windows color (decimal): -3532645 or 10164426. OLE color: 10164426.
HSL color Cylindrical-coordinate representation of color #CA189B: hue angle of 315.84º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA189B is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 155 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.21 |
| HSL | 315.84º | 0.79% | 0.44% | - |
| HSV(B) | 315.84º | 0.88% | 0.79% | - |
| XYZ | 30.6 | 15.58 | 32.4 | - |
| YUV | 92.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 155 | 0 | 0.88 | 0.23 | 0.21 | 315.84 | 0.79 | 0.44 |
| Hex | CA | 18 | 9B | 0 | 58 | 17 | 15 | 13C | 4F | 2C |
| Octal | 312 | 30 | 233 | 0 | 130 | 27 | 25 | 474 | 117 | 54 |
| Binary | 11001010 | 11000 | 10011011 | 0 | 1011000 | 10111 | 10101 | 100111100 | 1001111 | 101100 |
Color Harmonies of #CA189B
Complementary color
Monochromatic Colors of #CA189B
Black with #CA189B
Text Example
Text Example
White with #CA189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA189B; }
p { color: rgb(202,24,155); }
H1.HeaderClassName
{
color: #CA189B;
}
.AnyTagClassName
{
color: #CA189B;
}
</style>
background-color css
<style>
a { background-color: #CA189B; }
a { background-color: rgb(202,24,155); }
div.DivClassName
{
background-color: #CA189B;
}
.BgClassName
{
background-color: #CA189B;
}
</style>
border-color css
<style>
span { border-color: #CA189B; }
span { border-color: rgb(202,24,155); }
td.TdClassName
{
border-color: #CA189B;
}
.TagClassName
{
border-color: #CA189B;
}
</style>