Shades of Medium Violet Red #CA178B
Tints of Medium Violet Red #CA178B
RGB
CMYK
RGB Variations
Color information
#CA178B (or 0xCA178B) is known color: Medium Violet Red. HEX triplet: CA, 17 and 8B. RGB value is (202,23,139). Sum of RGB (Red+Green+Blue) = 202+23+139=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA178B is #35E874. Grayscale: #595959. Windows color (decimal): -3532917 or 9115594. OLE color: 9115594.
HSL color Cylindrical-coordinate representation of color #CA178B: hue angle of 321.12º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA178B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 139 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.21 |
| HSL | 321.12º | 0.8% | 0.44% | - |
| HSV(B) | 321.12º | 0.89% | 0.79% | - |
| XYZ | 29.32 | 15.03 | 25.78 | - |
| YUV | 89.75 | 155.8 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 139 | 0 | 0.89 | 0.31 | 0.21 | 321.12 | 0.8 | 0.44 |
| Hex | CA | 17 | 8B | 0 | 59 | 1F | 15 | 141 | 50 | 2C |
| Octal | 312 | 27 | 213 | 0 | 131 | 37 | 25 | 501 | 120 | 54 |
| Binary | 11001010 | 10111 | 10001011 | 0 | 1011001 | 11111 | 10101 | 101000001 | 1010000 | 101100 |
Color Harmonies of #CA178B
Complementary color
Monochromatic Colors of #CA178B
Black with #CA178B
Text Example
Text Example
White with #CA178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA178B; }
p { color: rgb(202,23,139); }
H1.HeaderClassName
{
color: #CA178B;
}
.AnyTagClassName
{
color: #CA178B;
}
</style>
background-color css
<style>
a { background-color: #CA178B; }
a { background-color: rgb(202,23,139); }
div.DivClassName
{
background-color: #CA178B;
}
.BgClassName
{
background-color: #CA178B;
}
</style>
border-color css
<style>
span { border-color: #CA178B; }
span { border-color: rgb(202,23,139); }
td.TdClassName
{
border-color: #CA178B;
}
.TagClassName
{
border-color: #CA178B;
}
</style>