Shades of Medium Violet Red #CA158B
Tints of Medium Violet Red #CA158B
RGB
CMYK
RGB Variations
Color information
#CA158B (or 0xCA158B) is known color: Medium Violet Red. HEX triplet: CA, 15 and 8B. RGB value is (202,21,139). Sum of RGB (Red+Green+Blue) = 202+21+139=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA158B is #35EA74. Grayscale: #585858. Windows color (decimal): -3533429 or 9115082. OLE color: 9115082.
HSL color Cylindrical-coordinate representation of color #CA158B: hue angle of 320.88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA158B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.21 |
| HSL | 320.88º | 0.81% | 0.44% | - |
| HSV(B) | 320.88º | 0.9% | 0.79% | - |
| XYZ | 29.29 | 14.96 | 25.77 | - |
| YUV | 88.57 | 156.47 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 139 | 0 | 0.90 | 0.31 | 0.21 | 320.88 | 0.81 | 0.44 |
| Hex | CA | 15 | 8B | 0 | 5A | 1F | 15 | 141 | 51 | 2C |
| Octal | 312 | 25 | 213 | 0 | 132 | 37 | 25 | 501 | 121 | 54 |
| Binary | 11001010 | 10101 | 10001011 | 0 | 1011010 | 11111 | 10101 | 101000001 | 1010001 | 101100 |
Color Harmonies of #CA158B
Complementary color
Monochromatic Colors of #CA158B
Black with #CA158B
Text Example
Text Example
White with #CA158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA158B; }
p { color: rgb(202,21,139); }
H1.HeaderClassName
{
color: #CA158B;
}
.AnyTagClassName
{
color: #CA158B;
}
</style>
background-color css
<style>
a { background-color: #CA158B; }
a { background-color: rgb(202,21,139); }
div.DivClassName
{
background-color: #CA158B;
}
.BgClassName
{
background-color: #CA158B;
}
</style>
border-color css
<style>
span { border-color: #CA158B; }
span { border-color: rgb(202,21,139); }
td.TdClassName
{
border-color: #CA158B;
}
.TagClassName
{
border-color: #CA158B;
}
</style>