Shades of Medium Violet Red #CA1882
Tints of Medium Violet Red #CA1882
RGB
CMYK
RGB Variations
Color information
#CA1882 (or 0xCA1882) is known color: Medium Violet Red. HEX triplet: CA, 18 and 82. RGB value is (202,24,130). Sum of RGB (Red+Green+Blue) = 202+24+130=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1882 is #35E77D. Grayscale: #595959. Windows color (decimal): -3532670 or 8526026. OLE color: 8526026.
HSL color Cylindrical-coordinate representation of color #CA1882: hue angle of 324.27º 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 #CA1882 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 130 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.21 |
| HSL | 324.27º | 0.79% | 0.44% | - |
| HSV(B) | 324.27º | 0.88% | 0.79% | - |
| XYZ | 28.71 | 14.82 | 22.47 | - |
| YUV | 89.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 130 | 0 | 0.88 | 0.36 | 0.21 | 324.27 | 0.79 | 0.44 |
| Hex | CA | 18 | 82 | 0 | 58 | 24 | 15 | 144 | 4F | 2C |
| Octal | 312 | 30 | 202 | 0 | 130 | 44 | 25 | 504 | 117 | 54 |
| Binary | 11001010 | 11000 | 10000010 | 0 | 1011000 | 100100 | 10101 | 101000100 | 1001111 | 101100 |
Color Harmonies of #CA1882
Complementary color
Monochromatic Colors of #CA1882
Black with #CA1882
Text Example
Text Example
White with #CA1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1882; }
p { color: rgb(202,24,130); }
H1.HeaderClassName
{
color: #CA1882;
}
.AnyTagClassName
{
color: #CA1882;
}
</style>
background-color css
<style>
a { background-color: #CA1882; }
a { background-color: rgb(202,24,130); }
div.DivClassName
{
background-color: #CA1882;
}
.BgClassName
{
background-color: #CA1882;
}
</style>
border-color css
<style>
span { border-color: #CA1882; }
span { border-color: rgb(202,24,130); }
td.TdClassName
{
border-color: #CA1882;
}
.TagClassName
{
border-color: #CA1882;
}
</style>