Shades of Medium Violet Red #CA187C
Tints of Medium Violet Red #CA187C
RGB
CMYK
RGB Variations
Color information
#CA187C (or 0xCA187C) is known color: Medium Violet Red. HEX triplet: CA, 18 and 7C. RGB value is (202,24,124). Sum of RGB (Red+Green+Blue) = 202+24+124=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA187C is #35E783. Grayscale: #585858. Windows color (decimal): -3532676 or 8132810. OLE color: 8132810.
HSL color Cylindrical-coordinate representation of color #CA187C: hue angle of 326.29º 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 #CA187C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 124 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.21 |
| HSL | 326.29º | 0.79% | 0.44% | - |
| HSV(B) | 326.29º | 0.88% | 0.79% | - |
| XYZ | 28.32 | 14.67 | 20.41 | - |
| YUV | 88.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 124 | 0 | 0.88 | 0.39 | 0.21 | 326.29 | 0.79 | 0.44 |
| Hex | CA | 18 | 7C | 0 | 58 | 27 | 15 | 146 | 4F | 2C |
| Octal | 312 | 30 | 174 | 0 | 130 | 47 | 25 | 506 | 117 | 54 |
| Binary | 11001010 | 11000 | 1111100 | 0 | 1011000 | 100111 | 10101 | 101000110 | 1001111 | 101100 |
Color Harmonies of #CA187C
Complementary color
Monochromatic Colors of #CA187C
Black with #CA187C
Text Example
Text Example
White with #CA187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA187C; }
p { color: rgb(202,24,124); }
H1.HeaderClassName
{
color: #CA187C;
}
.AnyTagClassName
{
color: #CA187C;
}
</style>
background-color css
<style>
a { background-color: #CA187C; }
a { background-color: rgb(202,24,124); }
div.DivClassName
{
background-color: #CA187C;
}
.BgClassName
{
background-color: #CA187C;
}
</style>
border-color css
<style>
span { border-color: #CA187C; }
span { border-color: rgb(202,24,124); }
td.TdClassName
{
border-color: #CA187C;
}
.TagClassName
{
border-color: #CA187C;
}
</style>