Shades of Medium Violet Red #CA179A
Tints of Medium Violet Red #CA179A
RGB
CMYK
RGB Variations
Color information
#CA179A (or 0xCA179A) is known color: Medium Violet Red. HEX triplet: CA, 17 and 9A. RGB value is (202,23,154). Sum of RGB (Red+Green+Blue) = 202+23+154=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA179A is #35E865. Grayscale: #5B5B5B. Windows color (decimal): -3532902 or 10098634. OLE color: 10098634.
HSL color Cylindrical-coordinate representation of color #CA179A: hue angle of 316.09º 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 #CA179A is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 154 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.21 |
| HSL | 316.09º | 0.8% | 0.44% | - |
| HSV(B) | 316.09º | 0.89% | 0.79% | - |
| XYZ | 30.5 | 15.5 | 31.96 | - |
| YUV | 91.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 154 | 0 | 0.89 | 0.24 | 0.21 | 316.09 | 0.8 | 0.44 |
| Hex | CA | 17 | 9A | 0 | 59 | 18 | 15 | 13C | 50 | 2C |
| Octal | 312 | 27 | 232 | 0 | 131 | 30 | 25 | 474 | 120 | 54 |
| Binary | 11001010 | 10111 | 10011010 | 0 | 1011001 | 11000 | 10101 | 100111100 | 1010000 | 101100 |
Color Harmonies of #CA179A
Complementary color
Monochromatic Colors of #CA179A
Black with #CA179A
Text Example
Text Example
White with #CA179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA179A; }
p { color: rgb(202,23,154); }
H1.HeaderClassName
{
color: #CA179A;
}
.AnyTagClassName
{
color: #CA179A;
}
</style>
background-color css
<style>
a { background-color: #CA179A; }
a { background-color: rgb(202,23,154); }
div.DivClassName
{
background-color: #CA179A;
}
.BgClassName
{
background-color: #CA179A;
}
</style>
border-color css
<style>
span { border-color: #CA179A; }
span { border-color: rgb(202,23,154); }
td.TdClassName
{
border-color: #CA179A;
}
.TagClassName
{
border-color: #CA179A;
}
</style>