Shades of Medium Violet Red #CA1679
Tints of Medium Violet Red #CA1679
RGB
CMYK
RGB Variations
Color information
#CA1679 (or 0xCA1679) is known color: Medium Violet Red. HEX triplet: CA, 16 and 79. RGB value is (202,22,121). Sum of RGB (Red+Green+Blue) = 202+22+121=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1679 is #35E986. Grayscale: #565656. Windows color (decimal): -3533191 or 7935690. OLE color: 7935690.
HSL color Cylindrical-coordinate representation of color #CA1679: hue angle of 327º 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 #CA1679 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 121 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.21 |
| HSL | 327º | 0.8% | 0.44% | - |
| HSV(B) | 327º | 0.89% | 0.79% | - |
| XYZ | 28.1 | 14.51 | 19.41 | - |
| YUV | 87.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 121 | 0 | 0.89 | 0.40 | 0.21 | 327 | 0.8 | 0.44 |
| Hex | CA | 16 | 79 | 0 | 59 | 28 | 15 | 147 | 50 | 2C |
| Octal | 312 | 26 | 171 | 0 | 131 | 50 | 25 | 507 | 120 | 54 |
| Binary | 11001010 | 10110 | 1111001 | 0 | 1011001 | 101000 | 10101 | 101000111 | 1010000 | 101100 |
Color Harmonies of #CA1679
Complementary color
Monochromatic Colors of #CA1679
Black with #CA1679
Text Example
Text Example
White with #CA1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1679; }
p { color: rgb(202,22,121); }
H1.HeaderClassName
{
color: #CA1679;
}
.AnyTagClassName
{
color: #CA1679;
}
</style>
background-color css
<style>
a { background-color: #CA1679; }
a { background-color: rgb(202,22,121); }
div.DivClassName
{
background-color: #CA1679;
}
.BgClassName
{
background-color: #CA1679;
}
</style>
border-color css
<style>
span { border-color: #CA1679; }
span { border-color: rgb(202,22,121); }
td.TdClassName
{
border-color: #CA1679;
}
.TagClassName
{
border-color: #CA1679;
}
</style>