Shades of Medium Violet Red #CA178C
Tints of Medium Violet Red #CA178C
RGB
CMYK
RGB Variations
Color information
#CA178C (or 0xCA178C) is known color: Medium Violet Red. HEX triplet: CA, 17 and 8C. RGB value is (202,23,140). Sum of RGB (Red+Green+Blue) = 202+23+140=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA178C is #35E873. Grayscale: #595959. Windows color (decimal): -3532916 or 9181130. OLE color: 9181130.
HSL color Cylindrical-coordinate representation of color #CA178C: hue angle of 320.78º 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 #CA178C is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 140 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.21 |
| HSL | 320.78º | 0.8% | 0.44% | - |
| HSV(B) | 320.78º | 0.89% | 0.79% | - |
| XYZ | 29.4 | 15.06 | 26.17 | - |
| YUV | 89.86 | 156.3 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 140 | 0 | 0.89 | 0.31 | 0.21 | 320.78 | 0.8 | 0.44 |
| Hex | CA | 17 | 8C | 0 | 59 | 1F | 15 | 141 | 50 | 2C |
| Octal | 312 | 27 | 214 | 0 | 131 | 37 | 25 | 501 | 120 | 54 |
| Binary | 11001010 | 10111 | 10001100 | 0 | 1011001 | 11111 | 10101 | 101000001 | 1010000 | 101100 |
Color Harmonies of #CA178C
Complementary color
Monochromatic Colors of #CA178C
Black with #CA178C
Text Example
Text Example
White with #CA178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA178C; }
p { color: rgb(202,23,140); }
H1.HeaderClassName
{
color: #CA178C;
}
.AnyTagClassName
{
color: #CA178C;
}
</style>
background-color css
<style>
a { background-color: #CA178C; }
a { background-color: rgb(202,23,140); }
div.DivClassName
{
background-color: #CA178C;
}
.BgClassName
{
background-color: #CA178C;
}
</style>
border-color css
<style>
span { border-color: #CA178C; }
span { border-color: rgb(202,23,140); }
td.TdClassName
{
border-color: #CA178C;
}
.TagClassName
{
border-color: #CA178C;
}
</style>