Shades of Medium Violet Red #CA289C
Tints of Medium Violet Red #CA289C
RGB
CMYK
RGB Variations
Color information
#CA289C (or 0xCA289C) is known color: Medium Violet Red. HEX triplet: CA, 28 and 9C. RGB value is (202,40,156). Sum of RGB (Red+Green+Blue) = 202+40+156=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA289C is #35D763. Grayscale: #656565. Windows color (decimal): -3528548 or 10234058. OLE color: 10234058.
HSL color Cylindrical-coordinate representation of color #CA289C: hue angle of 317.04º 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 #CA289C is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 156 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.21 |
| HSL | 317.04º | 0.67% | 0.47% | - |
| HSV(B) | 317.04º | 0.8% | 0.79% | - |
| XYZ | 31.12 | 16.47 | 32.99 | - |
| YUV | 101.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 156 | 0 | 0.80 | 0.23 | 0.21 | 317.04 | 0.67 | 0.47 |
| Hex | CA | 28 | 9C | 0 | 50 | 17 | 15 | 13D | 43 | 2F |
| Octal | 312 | 50 | 234 | 0 | 120 | 27 | 25 | 475 | 103 | 57 |
| Binary | 11001010 | 101000 | 10011100 | 0 | 1010000 | 10111 | 10101 | 100111101 | 1000011 | 101111 |
Color Harmonies of #CA289C
Complementary color
Monochromatic Colors of #CA289C
Black with #CA289C
Text Example
Text Example
White with #CA289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA289C; }
p { color: rgb(202,40,156); }
H1.HeaderClassName
{
color: #CA289C;
}
.AnyTagClassName
{
color: #CA289C;
}
</style>
background-color css
<style>
a { background-color: #CA289C; }
a { background-color: rgb(202,40,156); }
div.DivClassName
{
background-color: #CA289C;
}
.BgClassName
{
background-color: #CA289C;
}
</style>
border-color css
<style>
span { border-color: #CA289C; }
span { border-color: rgb(202,40,156); }
td.TdClassName
{
border-color: #CA289C;
}
.TagClassName
{
border-color: #CA289C;
}
</style>