Shades of Medium Violet Red #CA189C
Tints of Medium Violet Red #CA189C
RGB
CMYK
RGB Variations
Color information
#CA189C (or 0xCA189C) is known color: Medium Violet Red. HEX triplet: CA, 18 and 9C. RGB value is (202,24,156). Sum of RGB (Red+Green+Blue) = 202+24+156=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA189C is #35E763. Grayscale: #5B5B5B. Windows color (decimal): -3532644 or 10229962. OLE color: 10229962.
HSL color Cylindrical-coordinate representation of color #CA189C: hue angle of 315.51º 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 #CA189C is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.21 |
| HSL | 315.51º | 0.79% | 0.44% | - |
| HSV(B) | 315.51º | 0.88% | 0.79% | - |
| XYZ | 30.68 | 15.61 | 32.85 | - |
| YUV | 92.27 | 163.97 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 156 | 0 | 0.88 | 0.23 | 0.21 | 315.51 | 0.79 | 0.44 |
| Hex | CA | 18 | 9C | 0 | 58 | 17 | 15 | 13C | 4F | 2C |
| Octal | 312 | 30 | 234 | 0 | 130 | 27 | 25 | 474 | 117 | 54 |
| Binary | 11001010 | 11000 | 10011100 | 0 | 1011000 | 10111 | 10101 | 100111100 | 1001111 | 101100 |
Color Harmonies of #CA189C
Complementary color
Monochromatic Colors of #CA189C
Black with #CA189C
Text Example
Text Example
White with #CA189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA189C; }
p { color: rgb(202,24,156); }
H1.HeaderClassName
{
color: #CA189C;
}
.AnyTagClassName
{
color: #CA189C;
}
</style>
background-color css
<style>
a { background-color: #CA189C; }
a { background-color: rgb(202,24,156); }
div.DivClassName
{
background-color: #CA189C;
}
.BgClassName
{
background-color: #CA189C;
}
</style>
border-color css
<style>
span { border-color: #CA189C; }
span { border-color: rgb(202,24,156); }
td.TdClassName
{
border-color: #CA189C;
}
.TagClassName
{
border-color: #CA189C;
}
</style>