Shades of Medium Violet Red #CA2280
Tints of Medium Violet Red #CA2280
RGB
CMYK
RGB Variations
Color information
#CA2280 (or 0xCA2280) is known color: Medium Violet Red. HEX triplet: CA, 22 and 80. RGB value is (202,34,128). Sum of RGB (Red+Green+Blue) = 202+34+128=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2280 is #35DD7F. Grayscale: #5E5E5E. Windows color (decimal): -3530112 or 8397514. OLE color: 8397514.
HSL color Cylindrical-coordinate representation of color #CA2280: hue angle of 326.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2280 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 128 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.21 |
| HSL | 326.43º | 0.71% | 0.46% | - |
| HSV(B) | 326.43º | 0.83% | 0.79% | - |
| XYZ | 28.83 | 15.26 | 21.85 | - |
| YUV | 94.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 128 | 0 | 0.83 | 0.37 | 0.21 | 326.43 | 0.71 | 0.46 |
| Hex | CA | 22 | 80 | 0 | 53 | 25 | 15 | 146 | 47 | 2E |
| Octal | 312 | 42 | 200 | 0 | 123 | 45 | 25 | 506 | 107 | 56 |
| Binary | 11001010 | 100010 | 10000000 | 0 | 1010011 | 100101 | 10101 | 101000110 | 1000111 | 101110 |
Color Harmonies of #CA2280
Complementary color
Monochromatic Colors of #CA2280
Black with #CA2280
Text Example
Text Example
White with #CA2280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2280; }
p { color: rgb(202,34,128); }
H1.HeaderClassName
{
color: #CA2280;
}
.AnyTagClassName
{
color: #CA2280;
}
</style>
background-color css
<style>
a { background-color: #CA2280; }
a { background-color: rgb(202,34,128); }
div.DivClassName
{
background-color: #CA2280;
}
.BgClassName
{
background-color: #CA2280;
}
</style>
border-color css
<style>
span { border-color: #CA2280; }
span { border-color: rgb(202,34,128); }
td.TdClassName
{
border-color: #CA2280;
}
.TagClassName
{
border-color: #CA2280;
}
</style>