Shades of Medium Violet Red #CA2478
Tints of Medium Violet Red #CA2478
RGB
CMYK
RGB Variations
Color information
#CA2478 (or 0xCA2478) is known color: Medium Violet Red. HEX triplet: CA, 24 and 78. RGB value is (202,36,120). Sum of RGB (Red+Green+Blue) = 202+36+120=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2478 is #35DB87. Grayscale: #5F5F5F. Windows color (decimal): -3529608 or 7873738. OLE color: 7873738.
HSL color Cylindrical-coordinate representation of color #CA2478: hue angle of 329.64º 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 #CA2478 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 120 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.21 |
| HSL | 329.64º | 0.7% | 0.47% | - |
| HSV(B) | 329.64º | 0.82% | 0.79% | - |
| XYZ | 28.38 | 15.17 | 19.2 | - |
| YUV | 95.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 120 | 0 | 0.82 | 0.41 | 0.21 | 329.64 | 0.7 | 0.47 |
| Hex | CA | 24 | 78 | 0 | 52 | 29 | 15 | 14A | 46 | 2F |
| Octal | 312 | 44 | 170 | 0 | 122 | 51 | 25 | 512 | 106 | 57 |
| Binary | 11001010 | 100100 | 1111000 | 0 | 1010010 | 101001 | 10101 | 101001010 | 1000110 | 101111 |
Color Harmonies of #CA2478
Complementary color
Monochromatic Colors of #CA2478
Black with #CA2478
Text Example
Text Example
White with #CA2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2478; }
p { color: rgb(202,36,120); }
H1.HeaderClassName
{
color: #CA2478;
}
.AnyTagClassName
{
color: #CA2478;
}
</style>
background-color css
<style>
a { background-color: #CA2478; }
a { background-color: rgb(202,36,120); }
div.DivClassName
{
background-color: #CA2478;
}
.BgClassName
{
background-color: #CA2478;
}
</style>
border-color css
<style>
span { border-color: #CA2478; }
span { border-color: rgb(202,36,120); }
td.TdClassName
{
border-color: #CA2478;
}
.TagClassName
{
border-color: #CA2478;
}
</style>