Shades of Medium Violet Red #CA118B
Tints of Medium Violet Red #CA118B
RGB
CMYK
RGB Variations
Color information
#CA118B (or 0xCA118B) is known color: Medium Violet Red. HEX triplet: CA, 11 and 8B. RGB value is (202,17,139). Sum of RGB (Red+Green+Blue) = 202+17+139=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA118B is #35EE74. Grayscale: #555555. Windows color (decimal): -3534453 or 9114058. OLE color: 9114058.
HSL color Cylindrical-coordinate representation of color #CA118B: hue angle of 320.43º 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 #CA118B is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 139 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.21 |
| HSL | 320.43º | 0.84% | 0.43% | - |
| HSV(B) | 320.43º | 0.92% | 0.79% | - |
| XYZ | 29.22 | 14.82 | 25.75 | - |
| YUV | 86.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 139 | 0 | 0.92 | 0.31 | 0.21 | 320.43 | 0.84 | 0.43 |
| Hex | CA | 11 | 8B | 0 | 5C | 1F | 15 | 140 | 54 | 2B |
| Octal | 312 | 21 | 213 | 0 | 134 | 37 | 25 | 500 | 124 | 53 |
| Binary | 11001010 | 10001 | 10001011 | 0 | 1011100 | 11111 | 10101 | 101000000 | 1010100 | 101011 |
Color Harmonies of #CA118B
Complementary color
Monochromatic Colors of #CA118B
Black with #CA118B
Text Example
Text Example
White with #CA118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA118B; }
p { color: rgb(202,17,139); }
H1.HeaderClassName
{
color: #CA118B;
}
.AnyTagClassName
{
color: #CA118B;
}
</style>
background-color css
<style>
a { background-color: #CA118B; }
a { background-color: rgb(202,17,139); }
div.DivClassName
{
background-color: #CA118B;
}
.BgClassName
{
background-color: #CA118B;
}
</style>
border-color css
<style>
span { border-color: #CA118B; }
span { border-color: rgb(202,17,139); }
td.TdClassName
{
border-color: #CA118B;
}
.TagClassName
{
border-color: #CA118B;
}
</style>