Shades of Medium Violet Red #CA289E
Tints of Medium Violet Red #CA289E
RGB
CMYK
RGB Variations
Color information
#CA289E (or 0xCA289E) is known color: Medium Violet Red. HEX triplet: CA, 28 and 9E. RGB value is (202,40,158). Sum of RGB (Red+Green+Blue) = 202+40+158=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA289E is #35D761. Grayscale: #656565. Windows color (decimal): -3528546 or 10365130. OLE color: 10365130.
HSL color Cylindrical-coordinate representation of color #CA289E: hue angle of 316.3º 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 #CA289E is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 158 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.21 |
| HSL | 316.3º | 0.67% | 0.47% | - |
| HSV(B) | 316.3º | 0.8% | 0.79% | - |
| XYZ | 31.29 | 16.54 | 33.89 | - |
| YUV | 101.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 158 | 0 | 0.80 | 0.22 | 0.21 | 316.3 | 0.67 | 0.47 |
| Hex | CA | 28 | 9E | 0 | 50 | 16 | 15 | 13C | 43 | 2F |
| Octal | 312 | 50 | 236 | 0 | 120 | 26 | 25 | 474 | 103 | 57 |
| Binary | 11001010 | 101000 | 10011110 | 0 | 1010000 | 10110 | 10101 | 100111100 | 1000011 | 101111 |
Color Harmonies of #CA289E
Complementary color
Monochromatic Colors of #CA289E
Black with #CA289E
Text Example
Text Example
White with #CA289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA289E; }
p { color: rgb(202,40,158); }
H1.HeaderClassName
{
color: #CA289E;
}
.AnyTagClassName
{
color: #CA289E;
}
</style>
background-color css
<style>
a { background-color: #CA289E; }
a { background-color: rgb(202,40,158); }
div.DivClassName
{
background-color: #CA289E;
}
.BgClassName
{
background-color: #CA289E;
}
</style>
border-color css
<style>
span { border-color: #CA289E; }
span { border-color: rgb(202,40,158); }
td.TdClassName
{
border-color: #CA289E;
}
.TagClassName
{
border-color: #CA289E;
}
</style>