Shades of Medium Violet Red #CA0179
Tints of Medium Violet Red #CA0179
RGB
CMYK
RGB Variations
Color information
#CA0179 (or 0xCA0179) is known color: Medium Violet Red. HEX triplet: CA, 01 and 79. RGB value is (202,1,121). Sum of RGB (Red+Green+Blue) = 202+1+121=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0179 is #35FE86. Grayscale: #4A4A4A. Windows color (decimal): -3538567 or 7930314. OLE color: 7930314.
HSL color Cylindrical-coordinate representation of color #CA0179: hue angle of 324.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0179 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.21 |
| HSL | 324.18º | 0.99% | 0.4% | - |
| HSV(B) | 324.18º | 1% | 0.79% | - |
| XYZ | 27.82 | 13.96 | 19.32 | - |
| YUV | 74.78 | 154.09 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 121 | 0 | 1.00 | 0.40 | 0.21 | 324.18 | 0.99 | 0.4 |
| Hex | CA | 1 | 79 | 0 | 64 | 28 | 15 | 144 | 63 | 28 |
| Octal | 312 | 1 | 171 | 0 | 144 | 50 | 25 | 504 | 143 | 50 |
| Binary | 11001010 | 1 | 1111001 | 0 | 1100100 | 101000 | 10101 | 101000100 | 1100011 | 101000 |
Color Harmonies of #CA0179
Complementary color
Monochromatic Colors of #CA0179
Black with #CA0179
Text Example
Text Example
White with #CA0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0179; }
p { color: rgb(202,1,121); }
H1.HeaderClassName
{
color: #CA0179;
}
.AnyTagClassName
{
color: #CA0179;
}
</style>
background-color css
<style>
a { background-color: #CA0179; }
a { background-color: rgb(202,1,121); }
div.DivClassName
{
background-color: #CA0179;
}
.BgClassName
{
background-color: #CA0179;
}
</style>
border-color css
<style>
span { border-color: #CA0179; }
span { border-color: rgb(202,1,121); }
td.TdClassName
{
border-color: #CA0179;
}
.TagClassName
{
border-color: #CA0179;
}
</style>