Shades of Medium Violet Red #CA1479
Tints of Medium Violet Red #CA1479
RGB
CMYK
RGB Variations
Color information
#CA1479 (or 0xCA1479) is known color: Medium Violet Red. HEX triplet: CA, 14 and 79. RGB value is (202,20,121). Sum of RGB (Red+Green+Blue) = 202+20+121=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1479 is #35EB86. Grayscale: #555555. Windows color (decimal): -3533703 or 7935178. OLE color: 7935178.
HSL color Cylindrical-coordinate representation of color #CA1479: hue angle of 326.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1479 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 121 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.21 |
| HSL | 326.7º | 0.82% | 0.44% | - |
| HSV(B) | 326.7º | 0.9% | 0.79% | - |
| XYZ | 28.06 | 14.44 | 19.4 | - |
| YUV | 85.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 121 | 0 | 0.90 | 0.40 | 0.21 | 326.7 | 0.82 | 0.44 |
| Hex | CA | 14 | 79 | 0 | 5A | 28 | 15 | 147 | 52 | 2C |
| Octal | 312 | 24 | 171 | 0 | 132 | 50 | 25 | 507 | 122 | 54 |
| Binary | 11001010 | 10100 | 1111001 | 0 | 1011010 | 101000 | 10101 | 101000111 | 1010010 | 101100 |
Color Harmonies of #CA1479
Complementary color
Monochromatic Colors of #CA1479
Black with #CA1479
Text Example
Text Example
White with #CA1479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1479; }
p { color: rgb(202,20,121); }
H1.HeaderClassName
{
color: #CA1479;
}
.AnyTagClassName
{
color: #CA1479;
}
</style>
background-color css
<style>
a { background-color: #CA1479; }
a { background-color: rgb(202,20,121); }
div.DivClassName
{
background-color: #CA1479;
}
.BgClassName
{
background-color: #CA1479;
}
</style>
border-color css
<style>
span { border-color: #CA1479; }
span { border-color: rgb(202,20,121); }
td.TdClassName
{
border-color: #CA1479;
}
.TagClassName
{
border-color: #CA1479;
}
</style>