Shades of Medium Red Violet #CA2D8D
Tints of Medium Red Violet #CA2D8D
RGB
CMYK
RGB Variations
Color information
#CA2D8D (or 0xCA2D8D) is known color: Medium Red Violet. HEX triplet: CA, 2D and 8D. RGB value is (202,45,141). Sum of RGB (Red+Green+Blue) = 202+45+141=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D8D is #35D272. Grayscale: #666666. Windows color (decimal): -3527283 or 9252298. OLE color: 9252298.
HSL color Cylindrical-coordinate representation of color #CA2D8D: hue angle of 323.31º 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 #CA2D8D is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 141 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.21 |
| HSL | 323.31º | 0.64% | 0.48% | - |
| HSV(B) | 323.31º | 0.78% | 0.79% | - |
| XYZ | 30.1 | 16.36 | 26.77 | - |
| YUV | 102.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 141 | 0 | 0.78 | 0.30 | 0.21 | 323.31 | 0.64 | 0.48 |
| Hex | CA | 2D | 8D | 0 | 4E | 1E | 15 | 143 | 40 | 30 |
| Octal | 312 | 55 | 215 | 0 | 116 | 36 | 25 | 503 | 100 | 60 |
| Binary | 11001010 | 101101 | 10001101 | 0 | 1001110 | 11110 | 10101 | 101000011 | 1000000 | 110000 |
Color Harmonies of #CA2D8D
Complementary color
Monochromatic Colors of #CA2D8D
Black with #CA2D8D
Text Example
Text Example
White with #CA2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D8D; }
p { color: rgb(202,45,141); }
H1.HeaderClassName
{
color: #CA2D8D;
}
.AnyTagClassName
{
color: #CA2D8D;
}
</style>
background-color css
<style>
a { background-color: #CA2D8D; }
a { background-color: rgb(202,45,141); }
div.DivClassName
{
background-color: #CA2D8D;
}
.BgClassName
{
background-color: #CA2D8D;
}
</style>
border-color css
<style>
span { border-color: #CA2D8D; }
span { border-color: rgb(202,45,141); }
td.TdClassName
{
border-color: #CA2D8D;
}
.TagClassName
{
border-color: #CA2D8D;
}
</style>