Shades of Medium Violet Red #CA1877
Tints of Medium Violet Red #CA1877
RGB
CMYK
RGB Variations
Color information
#CA1877 (or 0xCA1877) is known color: Medium Violet Red. HEX triplet: CA, 18 and 77. RGB value is (202,24,119). Sum of RGB (Red+Green+Blue) = 202+24+119=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1877 is #35E788. Grayscale: #575757. Windows color (decimal): -3532681 or 7805130. OLE color: 7805130.
HSL color Cylindrical-coordinate representation of color #CA1877: hue angle of 327.98º 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 #CA1877 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 119 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.21 |
| HSL | 327.98º | 0.79% | 0.44% | - |
| HSV(B) | 327.98º | 0.88% | 0.79% | - |
| XYZ | 28.01 | 14.54 | 18.78 | - |
| YUV | 88.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 119 | 0 | 0.88 | 0.41 | 0.21 | 327.98 | 0.79 | 0.44 |
| Hex | CA | 18 | 77 | 0 | 58 | 29 | 15 | 148 | 4F | 2C |
| Octal | 312 | 30 | 167 | 0 | 130 | 51 | 25 | 510 | 117 | 54 |
| Binary | 11001010 | 11000 | 1110111 | 0 | 1011000 | 101001 | 10101 | 101001000 | 1001111 | 101100 |
Color Harmonies of #CA1877
Complementary color
Monochromatic Colors of #CA1877
Black with #CA1877
Text Example
Text Example
White with #CA1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1877; }
p { color: rgb(202,24,119); }
H1.HeaderClassName
{
color: #CA1877;
}
.AnyTagClassName
{
color: #CA1877;
}
</style>
background-color css
<style>
a { background-color: #CA1877; }
a { background-color: rgb(202,24,119); }
div.DivClassName
{
background-color: #CA1877;
}
.BgClassName
{
background-color: #CA1877;
}
</style>
border-color css
<style>
span { border-color: #CA1877; }
span { border-color: rgb(202,24,119); }
td.TdClassName
{
border-color: #CA1877;
}
.TagClassName
{
border-color: #CA1877;
}
</style>