Shades of Medium Violet Red #CA187B
Tints of Medium Violet Red #CA187B
RGB
CMYK
RGB Variations
Color information
#CA187B (or 0xCA187B) is known color: Medium Violet Red. HEX triplet: CA, 18 and 7B. RGB value is (202,24,123). Sum of RGB (Red+Green+Blue) = 202+24+123=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA187B is #35E784. Grayscale: #585858. Windows color (decimal): -3532677 or 8067274. OLE color: 8067274.
HSL color Cylindrical-coordinate representation of color #CA187B: hue angle of 326.63º 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 #CA187B is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 123 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.21 |
| HSL | 326.63º | 0.79% | 0.44% | - |
| HSV(B) | 326.63º | 0.88% | 0.79% | - |
| XYZ | 28.26 | 14.64 | 20.08 | - |
| YUV | 88.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 123 | 0 | 0.88 | 0.39 | 0.21 | 326.63 | 0.79 | 0.44 |
| Hex | CA | 18 | 7B | 0 | 58 | 27 | 15 | 147 | 4F | 2C |
| Octal | 312 | 30 | 173 | 0 | 130 | 47 | 25 | 507 | 117 | 54 |
| Binary | 11001010 | 11000 | 1111011 | 0 | 1011000 | 100111 | 10101 | 101000111 | 1001111 | 101100 |
Color Harmonies of #CA187B
Complementary color
Monochromatic Colors of #CA187B
Black with #CA187B
Text Example
Text Example
White with #CA187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA187B; }
p { color: rgb(202,24,123); }
H1.HeaderClassName
{
color: #CA187B;
}
.AnyTagClassName
{
color: #CA187B;
}
</style>
background-color css
<style>
a { background-color: #CA187B; }
a { background-color: rgb(202,24,123); }
div.DivClassName
{
background-color: #CA187B;
}
.BgClassName
{
background-color: #CA187B;
}
</style>
border-color css
<style>
span { border-color: #CA187B; }
span { border-color: rgb(202,24,123); }
td.TdClassName
{
border-color: #CA187B;
}
.TagClassName
{
border-color: #CA187B;
}
</style>