Shades of Medium Red Violet #CA298E
Tints of Medium Red Violet #CA298E
RGB
CMYK
RGB Variations
Color information
#CA298E (or 0xCA298E) is known color: Medium Red Violet. HEX triplet: CA, 29 and 8E. RGB value is (202,41,142). Sum of RGB (Red+Green+Blue) = 202+41+142=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA298E is #35D671. Grayscale: #646464. Windows color (decimal): -3528306 or 9316810. OLE color: 9316810.
HSL color Cylindrical-coordinate representation of color #CA298E: hue angle of 322.36º 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 #CA298E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 142 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.21 |
| HSL | 322.36º | 0.66% | 0.48% | - |
| HSV(B) | 322.36º | 0.8% | 0.79% | - |
| XYZ | 30.03 | 16.1 | 27.12 | - |
| YUV | 100.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 142 | 0 | 0.80 | 0.30 | 0.21 | 322.36 | 0.66 | 0.48 |
| Hex | CA | 29 | 8E | 0 | 50 | 1E | 15 | 142 | 42 | 30 |
| Octal | 312 | 51 | 216 | 0 | 120 | 36 | 25 | 502 | 102 | 60 |
| Binary | 11001010 | 101001 | 10001110 | 0 | 1010000 | 11110 | 10101 | 101000010 | 1000010 | 110000 |
Color Harmonies of #CA298E
Complementary color
Monochromatic Colors of #CA298E
Black with #CA298E
Text Example
Text Example
White with #CA298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA298E; }
p { color: rgb(202,41,142); }
H1.HeaderClassName
{
color: #CA298E;
}
.AnyTagClassName
{
color: #CA298E;
}
</style>
background-color css
<style>
a { background-color: #CA298E; }
a { background-color: rgb(202,41,142); }
div.DivClassName
{
background-color: #CA298E;
}
.BgClassName
{
background-color: #CA298E;
}
</style>
border-color css
<style>
span { border-color: #CA298E; }
span { border-color: rgb(202,41,142); }
td.TdClassName
{
border-color: #CA298E;
}
.TagClassName
{
border-color: #CA298E;
}
</style>