Shades of Medium Violet Red #CA089A
Tints of Medium Violet Red #CA089A
RGB
CMYK
RGB Variations
Color information
#CA089A (or 0xCA089A) is known color: Medium Violet Red. HEX triplet: CA, 08 and 9A. RGB value is (202,8,154). Sum of RGB (Red+Green+Blue) = 202+8+154=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA089A is #35F765. Grayscale: #525252. Windows color (decimal): -3536742 or 10094794. OLE color: 10094794.
HSL color Cylindrical-coordinate representation of color #CA089A: hue angle of 314.85º 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 #CA089A is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.21 |
| HSL | 314.85º | 0.92% | 0.41% | - |
| HSV(B) | 314.85º | 0.96% | 0.79% | - |
| XYZ | 30.28 | 15.06 | 31.88 | - |
| YUV | 82.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 154 | 0 | 0.96 | 0.24 | 0.21 | 314.85 | 0.92 | 0.41 |
| Hex | CA | 8 | 9A | 0 | 60 | 18 | 15 | 13B | 5C | 29 |
| Octal | 312 | 10 | 232 | 0 | 140 | 30 | 25 | 473 | 134 | 51 |
| Binary | 11001010 | 1000 | 10011010 | 0 | 1100000 | 11000 | 10101 | 100111011 | 1011100 | 101001 |
Color Harmonies of #CA089A
Complementary color
Monochromatic Colors of #CA089A
Black with #CA089A
Text Example
Text Example
White with #CA089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA089A; }
p { color: rgb(202,8,154); }
H1.HeaderClassName
{
color: #CA089A;
}
.AnyTagClassName
{
color: #CA089A;
}
</style>
background-color css
<style>
a { background-color: #CA089A; }
a { background-color: rgb(202,8,154); }
div.DivClassName
{
background-color: #CA089A;
}
.BgClassName
{
background-color: #CA089A;
}
</style>
border-color css
<style>
span { border-color: #CA089A; }
span { border-color: rgb(202,8,154); }
td.TdClassName
{
border-color: #CA089A;
}
.TagClassName
{
border-color: #CA089A;
}
</style>