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