Shades of Medium Violet Red #CA089C
Tints of Medium Violet Red #CA089C
RGB
CMYK
RGB Variations
Color information
#CA089C (or 0xCA089C) is known color: Medium Violet Red. HEX triplet: CA, 08 and 9C. RGB value is (202,8,156). Sum of RGB (Red+Green+Blue) = 202+8+156=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA089C is #35F763. Grayscale: #525252. Windows color (decimal): -3536740 or 10225866. OLE color: 10225866.
HSL color Cylindrical-coordinate representation of color #CA089C: hue angle of 314.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA089C is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.21 |
| HSL | 314.23º | 0.92% | 0.41% | - |
| HSV(B) | 314.23º | 0.96% | 0.79% | - |
| XYZ | 30.44 | 15.13 | 32.77 | - |
| YUV | 82.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 156 | 0 | 0.96 | 0.23 | 0.21 | 314.23 | 0.92 | 0.41 |
| Hex | CA | 8 | 9C | 0 | 60 | 17 | 15 | 13A | 5C | 29 |
| Octal | 312 | 10 | 234 | 0 | 140 | 27 | 25 | 472 | 134 | 51 |
| Binary | 11001010 | 1000 | 10011100 | 0 | 1100000 | 10111 | 10101 | 100111010 | 1011100 | 101001 |
Color Harmonies of #CA089C
Complementary color
Monochromatic Colors of #CA089C
Black with #CA089C
Text Example
Text Example
White with #CA089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA089C; }
p { color: rgb(202,8,156); }
H1.HeaderClassName
{
color: #CA089C;
}
.AnyTagClassName
{
color: #CA089C;
}
</style>
background-color css
<style>
a { background-color: #CA089C; }
a { background-color: rgb(202,8,156); }
div.DivClassName
{
background-color: #CA089C;
}
.BgClassName
{
background-color: #CA089C;
}
</style>
border-color css
<style>
span { border-color: #CA089C; }
span { border-color: rgb(202,8,156); }
td.TdClassName
{
border-color: #CA089C;
}
.TagClassName
{
border-color: #CA089C;
}
</style>