Shades of Medium Red Violet #CA298B
Tints of Medium Red Violet #CA298B
RGB
CMYK
RGB Variations
Color information
#CA298B (or 0xCA298B) is known color: Medium Red Violet. HEX triplet: CA, 29 and 8B. RGB value is (202,41,139). Sum of RGB (Red+Green+Blue) = 202+41+139=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA298B is #35D674. Grayscale: #646464. Windows color (decimal): -3528309 or 9120202. OLE color: 9120202.
HSL color Cylindrical-coordinate representation of color #CA298B: hue angle of 323.48º 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 #CA298B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 139 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.21 |
| HSL | 323.48º | 0.66% | 0.48% | - |
| HSV(B) | 323.48º | 0.8% | 0.79% | - |
| XYZ | 29.81 | 16.01 | 25.94 | - |
| YUV | 100.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 139 | 0 | 0.80 | 0.31 | 0.21 | 323.48 | 0.66 | 0.48 |
| Hex | CA | 29 | 8B | 0 | 50 | 1F | 15 | 143 | 42 | 30 |
| Octal | 312 | 51 | 213 | 0 | 120 | 37 | 25 | 503 | 102 | 60 |
| Binary | 11001010 | 101001 | 10001011 | 0 | 1010000 | 11111 | 10101 | 101000011 | 1000010 | 110000 |
Color Harmonies of #CA298B
Complementary color
Monochromatic Colors of #CA298B
Black with #CA298B
Text Example
Text Example
White with #CA298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA298B; }
p { color: rgb(202,41,139); }
H1.HeaderClassName
{
color: #CA298B;
}
.AnyTagClassName
{
color: #CA298B;
}
</style>
background-color css
<style>
a { background-color: #CA298B; }
a { background-color: rgb(202,41,139); }
div.DivClassName
{
background-color: #CA298B;
}
.BgClassName
{
background-color: #CA298B;
}
</style>
border-color css
<style>
span { border-color: #CA298B; }
span { border-color: rgb(202,41,139); }
td.TdClassName
{
border-color: #CA298B;
}
.TagClassName
{
border-color: #CA298B;
}
</style>