Shades of Medium Violet Red #CA1884
Tints of Medium Violet Red #CA1884
RGB
CMYK
RGB Variations
Color information
#CA1884 (or 0xCA1884) is known color: Medium Violet Red. HEX triplet: CA, 18 and 84. RGB value is (202,24,132). Sum of RGB (Red+Green+Blue) = 202+24+132=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1884 is #35E77B. Grayscale: #595959. Windows color (decimal): -3532668 or 8657098. OLE color: 8657098.
HSL color Cylindrical-coordinate representation of color #CA1884: hue angle of 323.6º 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 #CA1884 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 132 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.21 |
| HSL | 323.6º | 0.79% | 0.44% | - |
| HSV(B) | 323.6º | 0.88% | 0.79% | - |
| XYZ | 28.85 | 14.88 | 23.18 | - |
| YUV | 89.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 132 | 0 | 0.88 | 0.35 | 0.21 | 323.6 | 0.79 | 0.44 |
| Hex | CA | 18 | 84 | 0 | 58 | 23 | 15 | 144 | 4F | 2C |
| Octal | 312 | 30 | 204 | 0 | 130 | 43 | 25 | 504 | 117 | 54 |
| Binary | 11001010 | 11000 | 10000100 | 0 | 1011000 | 100011 | 10101 | 101000100 | 1001111 | 101100 |
Color Harmonies of #CA1884
Complementary color
Monochromatic Colors of #CA1884
Black with #CA1884
Text Example
Text Example
White with #CA1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1884; }
p { color: rgb(202,24,132); }
H1.HeaderClassName
{
color: #CA1884;
}
.AnyTagClassName
{
color: #CA1884;
}
</style>
background-color css
<style>
a { background-color: #CA1884; }
a { background-color: rgb(202,24,132); }
div.DivClassName
{
background-color: #CA1884;
}
.BgClassName
{
background-color: #CA1884;
}
</style>
border-color css
<style>
span { border-color: #CA1884; }
span { border-color: rgb(202,24,132); }
td.TdClassName
{
border-color: #CA1884;
}
.TagClassName
{
border-color: #CA1884;
}
</style>