Shades of Medium Red Violet #CA2C8A
Tints of Medium Red Violet #CA2C8A
RGB
CMYK
RGB Variations
Color information
#CA2C8A (or 0xCA2C8A) is known color: Medium Red Violet. HEX triplet: CA, 2C and 8A. RGB value is (202,44,138). Sum of RGB (Red+Green+Blue) = 202+44+138=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2C8A is #35D375. Grayscale: #656565. Windows color (decimal): -3527542 or 9055434. OLE color: 9055434.
HSL color Cylindrical-coordinate representation of color #CA2C8A: hue angle of 324.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2C8A is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 138 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.21 |
| HSL | 324.3º | 0.64% | 0.48% | - |
| HSV(B) | 324.3º | 0.78% | 0.79% | - |
| XYZ | 29.85 | 16.19 | 25.6 | - |
| YUV | 101.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 138 | 0 | 0.78 | 0.32 | 0.21 | 324.3 | 0.64 | 0.48 |
| Hex | CA | 2C | 8A | 0 | 4E | 20 | 15 | 144 | 40 | 30 |
| Octal | 312 | 54 | 212 | 0 | 116 | 40 | 25 | 504 | 100 | 60 |
| Binary | 11001010 | 101100 | 10001010 | 0 | 1001110 | 100000 | 10101 | 101000100 | 1000000 | 110000 |
Color Harmonies of #CA2C8A
Complementary color
Monochromatic Colors of #CA2C8A
Black with #CA2C8A
Text Example
Text Example
White with #CA2C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C8A; }
p { color: rgb(202,44,138); }
H1.HeaderClassName
{
color: #CA2C8A;
}
.AnyTagClassName
{
color: #CA2C8A;
}
</style>
background-color css
<style>
a { background-color: #CA2C8A; }
a { background-color: rgb(202,44,138); }
div.DivClassName
{
background-color: #CA2C8A;
}
.BgClassName
{
background-color: #CA2C8A;
}
</style>
border-color css
<style>
span { border-color: #CA2C8A; }
span { border-color: rgb(202,44,138); }
td.TdClassName
{
border-color: #CA2C8A;
}
.TagClassName
{
border-color: #CA2C8A;
}
</style>