Shades of Medium Violet Red #CA089F
Tints of Medium Violet Red #CA089F
RGB
CMYK
RGB Variations
Color information
#CA089F (or 0xCA089F) is known color: Medium Violet Red. HEX triplet: CA, 08 and 9F. RGB value is (202,8,159). Sum of RGB (Red+Green+Blue) = 202+8+159=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA089F is #35F760. Grayscale: #525252. Windows color (decimal): -3536737 or 10422474. OLE color: 10422474.
HSL color Cylindrical-coordinate representation of color #CA089F: hue angle of 313.3º 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 #CA089F is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.21 |
| HSL | 313.3º | 0.92% | 0.41% | - |
| HSV(B) | 313.3º | 0.96% | 0.79% | - |
| XYZ | 30.7 | 15.23 | 34.12 | - |
| YUV | 83.22 | 170.77 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 159 | 0 | 0.96 | 0.21 | 0.21 | 313.3 | 0.92 | 0.41 |
| Hex | CA | 8 | 9F | 0 | 60 | 15 | 15 | 139 | 5C | 29 |
| Octal | 312 | 10 | 237 | 0 | 140 | 25 | 25 | 471 | 134 | 51 |
| Binary | 11001010 | 1000 | 10011111 | 0 | 1100000 | 10101 | 10101 | 100111001 | 1011100 | 101001 |
Color Harmonies of #CA089F
Complementary color
Monochromatic Colors of #CA089F
Black with #CA089F
Text Example
Text Example
White with #CA089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA089F; }
p { color: rgb(202,8,159); }
H1.HeaderClassName
{
color: #CA089F;
}
.AnyTagClassName
{
color: #CA089F;
}
</style>
background-color css
<style>
a { background-color: #CA089F; }
a { background-color: rgb(202,8,159); }
div.DivClassName
{
background-color: #CA089F;
}
.BgClassName
{
background-color: #CA089F;
}
</style>
border-color css
<style>
span { border-color: #CA089F; }
span { border-color: rgb(202,8,159); }
td.TdClassName
{
border-color: #CA089F;
}
.TagClassName
{
border-color: #CA089F;
}
</style>