Shades of Medium Red Violet #CA298A
Tints of Medium Red Violet #CA298A
RGB
CMYK
RGB Variations
Color information
#CA298A (or 0xCA298A) is known color: Medium Red Violet. HEX triplet: CA, 29 and 8A. RGB value is (202,41,138). Sum of RGB (Red+Green+Blue) = 202+41+138=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA298A is #35D675. Grayscale: #636363. Windows color (decimal): -3528310 or 9054666. OLE color: 9054666.
HSL color Cylindrical-coordinate representation of color #CA298A: hue angle of 323.85º 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 #CA298A is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 138 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.21 |
| HSL | 323.85º | 0.66% | 0.48% | - |
| HSV(B) | 323.85º | 0.8% | 0.79% | - |
| XYZ | 29.74 | 15.98 | 25.56 | - |
| YUV | 100.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 138 | 0 | 0.80 | 0.32 | 0.21 | 323.85 | 0.66 | 0.48 |
| Hex | CA | 29 | 8A | 0 | 50 | 20 | 15 | 144 | 42 | 30 |
| Octal | 312 | 51 | 212 | 0 | 120 | 40 | 25 | 504 | 102 | 60 |
| Binary | 11001010 | 101001 | 10001010 | 0 | 1010000 | 100000 | 10101 | 101000100 | 1000010 | 110000 |
Color Harmonies of #CA298A
Complementary color
Monochromatic Colors of #CA298A
Black with #CA298A
Text Example
Text Example
White with #CA298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA298A; }
p { color: rgb(202,41,138); }
H1.HeaderClassName
{
color: #CA298A;
}
.AnyTagClassName
{
color: #CA298A;
}
</style>
background-color css
<style>
a { background-color: #CA298A; }
a { background-color: rgb(202,41,138); }
div.DivClassName
{
background-color: #CA298A;
}
.BgClassName
{
background-color: #CA298A;
}
</style>
border-color css
<style>
span { border-color: #CA298A; }
span { border-color: rgb(202,41,138); }
td.TdClassName
{
border-color: #CA298A;
}
.TagClassName
{
border-color: #CA298A;
}
</style>