Shades of Medium Red Violet #CA388D
Tints of Medium Red Violet #CA388D
RGB
CMYK
RGB Variations
Color information
#CA388D (or 0xCA388D) is known color: Medium Red Violet. HEX triplet: CA, 38 and 8D. RGB value is (202,56,141). Sum of RGB (Red+Green+Blue) = 202+56+141=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA388D is #35C772. Grayscale: #6D6D6D. Windows color (decimal): -3524467 or 9255114. OLE color: 9255114.
HSL color Cylindrical-coordinate representation of color #CA388D: hue angle of 325.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA388D is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 141 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.21 |
| HSL | 325.07º | 0.58% | 0.51% | - |
| HSV(B) | 325.07º | 0.72% | 0.79% | - |
| XYZ | 30.58 | 17.31 | 26.93 | - |
| YUV | 109.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 141 | 0 | 0.72 | 0.30 | 0.21 | 325.07 | 0.58 | 0.51 |
| Hex | CA | 38 | 8D | 0 | 48 | 1E | 15 | 145 | 3A | 33 |
| Octal | 312 | 70 | 215 | 0 | 110 | 36 | 25 | 505 | 72 | 63 |
| Binary | 11001010 | 111000 | 10001101 | 0 | 1001000 | 11110 | 10101 | 101000101 | 111010 | 110011 |
Color Harmonies of #CA388D
Complementary color
Monochromatic Colors of #CA388D
Black with #CA388D
Text Example
Text Example
White with #CA388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA388D; }
p { color: rgb(202,56,141); }
H1.HeaderClassName
{
color: #CA388D;
}
.AnyTagClassName
{
color: #CA388D;
}
</style>
background-color css
<style>
a { background-color: #CA388D; }
a { background-color: rgb(202,56,141); }
div.DivClassName
{
background-color: #CA388D;
}
.BgClassName
{
background-color: #CA388D;
}
</style>
border-color css
<style>
span { border-color: #CA388D; }
span { border-color: rgb(202,56,141); }
td.TdClassName
{
border-color: #CA388D;
}
.TagClassName
{
border-color: #CA388D;
}
</style>