Shades of Medium Violet Red #CA167C
Tints of Medium Violet Red #CA167C
RGB
CMYK
RGB Variations
Color information
#CA167C (or 0xCA167C) is known color: Medium Violet Red. HEX triplet: CA, 16 and 7C. RGB value is (202,22,124). Sum of RGB (Red+Green+Blue) = 202+22+124=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA167C is #35E983. Grayscale: #575757. Windows color (decimal): -3533188 or 8132298. OLE color: 8132298.
HSL color Cylindrical-coordinate representation of color #CA167C: hue angle of 326º 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 #CA167C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 124 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.21 |
| HSL | 326º | 0.8% | 0.44% | - |
| HSV(B) | 326º | 0.89% | 0.79% | - |
| XYZ | 28.28 | 14.59 | 20.39 | - |
| YUV | 87.45 | 148.63 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 124 | 0 | 0.89 | 0.39 | 0.21 | 326 | 0.8 | 0.44 |
| Hex | CA | 16 | 7C | 0 | 59 | 27 | 15 | 146 | 50 | 2C |
| Octal | 312 | 26 | 174 | 0 | 131 | 47 | 25 | 506 | 120 | 54 |
| Binary | 11001010 | 10110 | 1111100 | 0 | 1011001 | 100111 | 10101 | 101000110 | 1010000 | 101100 |
Color Harmonies of #CA167C
Complementary color
Monochromatic Colors of #CA167C
Black with #CA167C
Text Example
Text Example
White with #CA167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA167C; }
p { color: rgb(202,22,124); }
H1.HeaderClassName
{
color: #CA167C;
}
.AnyTagClassName
{
color: #CA167C;
}
</style>
background-color css
<style>
a { background-color: #CA167C; }
a { background-color: rgb(202,22,124); }
div.DivClassName
{
background-color: #CA167C;
}
.BgClassName
{
background-color: #CA167C;
}
</style>
border-color css
<style>
span { border-color: #CA167C; }
span { border-color: rgb(202,22,124); }
td.TdClassName
{
border-color: #CA167C;
}
.TagClassName
{
border-color: #CA167C;
}
</style>