Shades of Medium Violet Red #CA2479
Tints of Medium Violet Red #CA2479
RGB
CMYK
RGB Variations
Color information
#CA2479 (or 0xCA2479) is known color: Medium Violet Red. HEX triplet: CA, 24 and 79. RGB value is (202,36,121). Sum of RGB (Red+Green+Blue) = 202+36+121=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2479 is #35DB86. Grayscale: #5F5F5F. Windows color (decimal): -3529607 or 7939274. OLE color: 7939274.
HSL color Cylindrical-coordinate representation of color #CA2479: hue angle of 329.28º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2479 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 121 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.21 |
| HSL | 329.28º | 0.7% | 0.47% | - |
| HSV(B) | 329.28º | 0.82% | 0.79% | - |
| XYZ | 28.44 | 15.2 | 19.52 | - |
| YUV | 95.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 121 | 0 | 0.82 | 0.40 | 0.21 | 329.28 | 0.7 | 0.47 |
| Hex | CA | 24 | 79 | 0 | 52 | 28 | 15 | 149 | 46 | 2F |
| Octal | 312 | 44 | 171 | 0 | 122 | 50 | 25 | 511 | 106 | 57 |
| Binary | 11001010 | 100100 | 1111001 | 0 | 1010010 | 101000 | 10101 | 101001001 | 1000110 | 101111 |
Color Harmonies of #CA2479
Complementary color
Monochromatic Colors of #CA2479
Black with #CA2479
Text Example
Text Example
White with #CA2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2479; }
p { color: rgb(202,36,121); }
H1.HeaderClassName
{
color: #CA2479;
}
.AnyTagClassName
{
color: #CA2479;
}
</style>
background-color css
<style>
a { background-color: #CA2479; }
a { background-color: rgb(202,36,121); }
div.DivClassName
{
background-color: #CA2479;
}
.BgClassName
{
background-color: #CA2479;
}
</style>
border-color css
<style>
span { border-color: #CA2479; }
span { border-color: rgb(202,36,121); }
td.TdClassName
{
border-color: #CA2479;
}
.TagClassName
{
border-color: #CA2479;
}
</style>