Shades of Medium Violet Red #CA148B
Tints of Medium Violet Red #CA148B
RGB
CMYK
RGB Variations
Color information
#CA148B (or 0xCA148B) is known color: Medium Violet Red. HEX triplet: CA, 14 and 8B. RGB value is (202,20,139). Sum of RGB (Red+Green+Blue) = 202+20+139=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA148B is #35EB74. Grayscale: #575757. Windows color (decimal): -3533685 or 9114826. OLE color: 9114826.
HSL color Cylindrical-coordinate representation of color #CA148B: hue angle of 320.77º degrees, saturation: 0.82, 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 #CA148B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.21 |
| HSL | 320.77º | 0.82% | 0.44% | - |
| HSV(B) | 320.77º | 0.9% | 0.79% | - |
| XYZ | 29.27 | 14.92 | 25.76 | - |
| YUV | 87.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 139 | 0 | 0.90 | 0.31 | 0.21 | 320.77 | 0.82 | 0.44 |
| Hex | CA | 14 | 8B | 0 | 5A | 1F | 15 | 141 | 52 | 2C |
| Octal | 312 | 24 | 213 | 0 | 132 | 37 | 25 | 501 | 122 | 54 |
| Binary | 11001010 | 10100 | 10001011 | 0 | 1011010 | 11111 | 10101 | 101000001 | 1010010 | 101100 |
Color Harmonies of #CA148B
Complementary color
Monochromatic Colors of #CA148B
Black with #CA148B
Text Example
Text Example
White with #CA148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA148B; }
p { color: rgb(202,20,139); }
H1.HeaderClassName
{
color: #CA148B;
}
.AnyTagClassName
{
color: #CA148B;
}
</style>
background-color css
<style>
a { background-color: #CA148B; }
a { background-color: rgb(202,20,139); }
div.DivClassName
{
background-color: #CA148B;
}
.BgClassName
{
background-color: #CA148B;
}
</style>
border-color css
<style>
span { border-color: #CA148B; }
span { border-color: rgb(202,20,139); }
td.TdClassName
{
border-color: #CA148B;
}
.TagClassName
{
border-color: #CA148B;
}
</style>