Shades of Medium Violet Red #CA118C
Tints of Medium Violet Red #CA118C
RGB
CMYK
RGB Variations
Color information
#CA118C (or 0xCA118C) is known color: Medium Violet Red. HEX triplet: CA, 11 and 8C. RGB value is (202,17,140). Sum of RGB (Red+Green+Blue) = 202+17+140=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA118C is #35EE73. Grayscale: #565656. Windows color (decimal): -3534452 or 9179594. OLE color: 9179594.
HSL color Cylindrical-coordinate representation of color #CA118C: hue angle of 320.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA118C is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 140 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.21 |
| HSL | 320.11º | 0.84% | 0.43% | - |
| HSV(B) | 320.11º | 0.92% | 0.79% | - |
| XYZ | 29.29 | 14.85 | 26.13 | - |
| YUV | 86.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 140 | 0 | 0.92 | 0.31 | 0.21 | 320.11 | 0.84 | 0.43 |
| Hex | CA | 11 | 8C | 0 | 5C | 1F | 15 | 140 | 54 | 2B |
| Octal | 312 | 21 | 214 | 0 | 134 | 37 | 25 | 500 | 124 | 53 |
| Binary | 11001010 | 10001 | 10001100 | 0 | 1011100 | 11111 | 10101 | 101000000 | 1010100 | 101011 |
Color Harmonies of #CA118C
Complementary color
Monochromatic Colors of #CA118C
Black with #CA118C
Text Example
Text Example
White with #CA118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA118C; }
p { color: rgb(202,17,140); }
H1.HeaderClassName
{
color: #CA118C;
}
.AnyTagClassName
{
color: #CA118C;
}
</style>
background-color css
<style>
a { background-color: #CA118C; }
a { background-color: rgb(202,17,140); }
div.DivClassName
{
background-color: #CA118C;
}
.BgClassName
{
background-color: #CA118C;
}
</style>
border-color css
<style>
span { border-color: #CA118C; }
span { border-color: rgb(202,17,140); }
td.TdClassName
{
border-color: #CA118C;
}
.TagClassName
{
border-color: #CA118C;
}
</style>