Shades of Medium Red Violet #CA288D
Tints of Medium Red Violet #CA288D
RGB
CMYK
RGB Variations
Color information
#CA288D (or 0xCA288D) is known color: Medium Red Violet. HEX triplet: CA, 28 and 8D. RGB value is (202,40,141). Sum of RGB (Red+Green+Blue) = 202+40+141=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA288D is #35D772. Grayscale: #636363. Windows color (decimal): -3528563 or 9251018. OLE color: 9251018.
HSL color Cylindrical-coordinate representation of color #CA288D: hue angle of 322.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA288D is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 141 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.21 |
| HSL | 322.59º | 0.67% | 0.47% | - |
| HSV(B) | 322.59º | 0.8% | 0.79% | - |
| XYZ | 29.92 | 16 | 26.71 | - |
| YUV | 99.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 141 | 0 | 0.80 | 0.30 | 0.21 | 322.59 | 0.67 | 0.47 |
| Hex | CA | 28 | 8D | 0 | 50 | 1E | 15 | 143 | 43 | 2F |
| Octal | 312 | 50 | 215 | 0 | 120 | 36 | 25 | 503 | 103 | 57 |
| Binary | 11001010 | 101000 | 10001101 | 0 | 1010000 | 11110 | 10101 | 101000011 | 1000011 | 101111 |
Color Harmonies of #CA288D
Complementary color
Monochromatic Colors of #CA288D
Black with #CA288D
Text Example
Text Example
White with #CA288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA288D; }
p { color: rgb(202,40,141); }
H1.HeaderClassName
{
color: #CA288D;
}
.AnyTagClassName
{
color: #CA288D;
}
</style>
background-color css
<style>
a { background-color: #CA288D; }
a { background-color: rgb(202,40,141); }
div.DivClassName
{
background-color: #CA288D;
}
.BgClassName
{
background-color: #CA288D;
}
</style>
border-color css
<style>
span { border-color: #CA288D; }
span { border-color: rgb(202,40,141); }
td.TdClassName
{
border-color: #CA288D;
}
.TagClassName
{
border-color: #CA288D;
}
</style>