Shades of Medium Violet Red #CA1880
Tints of Medium Violet Red #CA1880
RGB
CMYK
RGB Variations
Color information
#CA1880 (or 0xCA1880) is known color: Medium Violet Red. HEX triplet: CA, 18 and 80. RGB value is (202,24,128). Sum of RGB (Red+Green+Blue) = 202+24+128=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1880 is #35E77F. Grayscale: #585858. Windows color (decimal): -3532672 or 8394954. OLE color: 8394954.
HSL color Cylindrical-coordinate representation of color #CA1880: hue angle of 324.94º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1880 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 128 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.21 |
| HSL | 324.94º | 0.79% | 0.44% | - |
| HSV(B) | 324.94º | 0.88% | 0.79% | - |
| XYZ | 28.58 | 14.77 | 21.77 | - |
| YUV | 89.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 128 | 0 | 0.88 | 0.37 | 0.21 | 324.94 | 0.79 | 0.44 |
| Hex | CA | 18 | 80 | 0 | 58 | 25 | 15 | 145 | 4F | 2C |
| Octal | 312 | 30 | 200 | 0 | 130 | 45 | 25 | 505 | 117 | 54 |
| Binary | 11001010 | 11000 | 10000000 | 0 | 1011000 | 100101 | 10101 | 101000101 | 1001111 | 101100 |
Color Harmonies of #CA1880
Complementary color
Monochromatic Colors of #CA1880
Black with #CA1880
Text Example
Text Example
White with #CA1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1880; }
p { color: rgb(202,24,128); }
H1.HeaderClassName
{
color: #CA1880;
}
.AnyTagClassName
{
color: #CA1880;
}
</style>
background-color css
<style>
a { background-color: #CA1880; }
a { background-color: rgb(202,24,128); }
div.DivClassName
{
background-color: #CA1880;
}
.BgClassName
{
background-color: #CA1880;
}
</style>
border-color css
<style>
span { border-color: #CA1880; }
span { border-color: rgb(202,24,128); }
td.TdClassName
{
border-color: #CA1880;
}
.TagClassName
{
border-color: #CA1880;
}
</style>