Shades of Medium Red Violet #CA299E
Tints of Medium Red Violet #CA299E
RGB
CMYK
RGB Variations
Color information
#CA299E (or 0xCA299E) is known color: Medium Red Violet. HEX triplet: CA, 29 and 9E. RGB value is (202,41,158). Sum of RGB (Red+Green+Blue) = 202+41+158=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA299E is #35D661. Grayscale: #666666. Windows color (decimal): -3528290 or 10365386. OLE color: 10365386.
HSL color Cylindrical-coordinate representation of color #CA299E: hue angle of 316.4º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA299E is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 158 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.21 |
| HSL | 316.4º | 0.66% | 0.48% | - |
| HSV(B) | 316.4º | 0.8% | 0.79% | - |
| XYZ | 31.32 | 16.61 | 33.9 | - |
| YUV | 102.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 158 | 0 | 0.80 | 0.22 | 0.21 | 316.4 | 0.66 | 0.48 |
| Hex | CA | 29 | 9E | 0 | 50 | 16 | 15 | 13C | 42 | 30 |
| Octal | 312 | 51 | 236 | 0 | 120 | 26 | 25 | 474 | 102 | 60 |
| Binary | 11001010 | 101001 | 10011110 | 0 | 1010000 | 10110 | 10101 | 100111100 | 1000010 | 110000 |
Color Harmonies of #CA299E
Complementary color
Monochromatic Colors of #CA299E
Black with #CA299E
Text Example
Text Example
White with #CA299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA299E; }
p { color: rgb(202,41,158); }
H1.HeaderClassName
{
color: #CA299E;
}
.AnyTagClassName
{
color: #CA299E;
}
</style>
background-color css
<style>
a { background-color: #CA299E; }
a { background-color: rgb(202,41,158); }
div.DivClassName
{
background-color: #CA299E;
}
.BgClassName
{
background-color: #CA299E;
}
</style>
border-color css
<style>
span { border-color: #CA299E; }
span { border-color: rgb(202,41,158); }
td.TdClassName
{
border-color: #CA299E;
}
.TagClassName
{
border-color: #CA299E;
}
</style>