Shades of Medium Violet Red #CA1672
Tints of Medium Violet Red #CA1672
RGB
CMYK
RGB Variations
Color information
#CA1672 (or 0xCA1672) is known color: Medium Violet Red. HEX triplet: CA, 16 and 72. RGB value is (202,22,114). Sum of RGB (Red+Green+Blue) = 202+22+114=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1672 is #35E98D. Grayscale: #565656. Windows color (decimal): -3533198 or 7476938. OLE color: 7476938.
HSL color Cylindrical-coordinate representation of color #CA1672: hue angle of 329.33º 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 #CA1672 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 114 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.21 |
| HSL | 329.33º | 0.8% | 0.44% | - |
| HSV(B) | 329.33º | 0.89% | 0.79% | - |
| XYZ | 27.68 | 14.35 | 17.23 | - |
| YUV | 86.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 114 | 0 | 0.89 | 0.44 | 0.21 | 329.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 72 | 0 | 59 | 2C | 15 | 149 | 50 | 2C |
| Octal | 312 | 26 | 162 | 0 | 131 | 54 | 25 | 511 | 120 | 54 |
| Binary | 11001010 | 10110 | 1110010 | 0 | 1011001 | 101100 | 10101 | 101001001 | 1010000 | 101100 |
Color Harmonies of #CA1672
Complementary color
Monochromatic Colors of #CA1672
Black with #CA1672
Text Example
Text Example
White with #CA1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1672; }
p { color: rgb(202,22,114); }
H1.HeaderClassName
{
color: #CA1672;
}
.AnyTagClassName
{
color: #CA1672;
}
</style>
background-color css
<style>
a { background-color: #CA1672; }
a { background-color: rgb(202,22,114); }
div.DivClassName
{
background-color: #CA1672;
}
.BgClassName
{
background-color: #CA1672;
}
</style>
border-color css
<style>
span { border-color: #CA1672; }
span { border-color: rgb(202,22,114); }
td.TdClassName
{
border-color: #CA1672;
}
.TagClassName
{
border-color: #CA1672;
}
</style>