Shades of Medium Violet Red #CA188C
Tints of Medium Violet Red #CA188C
RGB
CMYK
RGB Variations
Color information
#CA188C (or 0xCA188C) is known color: Medium Violet Red. HEX triplet: CA, 18 and 8C. RGB value is (202,24,140). Sum of RGB (Red+Green+Blue) = 202+24+140=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA188C is #35E773. Grayscale: #5A5A5A. Windows color (decimal): -3532660 or 9181386. OLE color: 9181386.
HSL color Cylindrical-coordinate representation of color #CA188C: hue angle of 320.9º 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 #CA188C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 140 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.21 |
| HSL | 320.9º | 0.79% | 0.44% | - |
| HSV(B) | 320.9º | 0.88% | 0.79% | - |
| XYZ | 29.42 | 15.1 | 26.18 | - |
| YUV | 90.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 140 | 0 | 0.88 | 0.31 | 0.21 | 320.9 | 0.79 | 0.44 |
| Hex | CA | 18 | 8C | 0 | 58 | 1F | 15 | 141 | 4F | 2C |
| Octal | 312 | 30 | 214 | 0 | 130 | 37 | 25 | 501 | 117 | 54 |
| Binary | 11001010 | 11000 | 10001100 | 0 | 1011000 | 11111 | 10101 | 101000001 | 1001111 | 101100 |
Color Harmonies of #CA188C
Complementary color
Monochromatic Colors of #CA188C
Black with #CA188C
Text Example
Text Example
White with #CA188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA188C; }
p { color: rgb(202,24,140); }
H1.HeaderClassName
{
color: #CA188C;
}
.AnyTagClassName
{
color: #CA188C;
}
</style>
background-color css
<style>
a { background-color: #CA188C; }
a { background-color: rgb(202,24,140); }
div.DivClassName
{
background-color: #CA188C;
}
.BgClassName
{
background-color: #CA188C;
}
</style>
border-color css
<style>
span { border-color: #CA188C; }
span { border-color: rgb(202,24,140); }
td.TdClassName
{
border-color: #CA188C;
}
.TagClassName
{
border-color: #CA188C;
}
</style>