#CA1589

Color #CA1589 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CA1589

Tints of Medium Violet Red #CA1589

Color information

#CA1589 (or 0xCA1589) is unknown color: approx Medium Violet Red. HEX triplet: CA, 15 and 89. RGB value is (202,21,137). Sum of RGB (Red+Green+Blue) = 202+21+137=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1589 is #35EA76. Grayscale: #585858. Windows color (decimal): -3533431 or 8984010. OLE color: 8984010.

HSL color Cylindrical-coordinate representation of color #CA1589: hue angle of 321.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1589 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20221137-
CMYK00.900.320.21
HSL321.55º81.17%43.73%-
HSV(B)321.55º89.6%79.22%-
XYZ29.1414.925.01-
YUV88.34155.47209.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 56.11%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=56.11%
G=5.83%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022113700.900.320.21321.5581.1743.73
HexCA158905A2015142512c
Octal312252110132402550212154
Binary11001010101011000100101011010100000101011010000101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1589; }

 p { color: rgb(202,21,137); }

 H1.HeaderClassName
 {
   color: #CA1589;
 }
 .AnyTagClassName
 {
   color: #CA1589;
 }
</style>
background-color css

<style>
 a { background-color: #CA1589; }

 a { background-color: rgb(202,21,137); }

 div.DivClassName
 {
   background-color: #CA1589;
 }
 .BgClassName
 {
   background-color: #CA1589;
 }
</style>
border-color css

<style>
 span { border-color: #CA1589; }

 span { border-color: rgb(202,21,137); }

 td.TdClassName
 {
   border-color: #CA1589;
 }
 .TagClassName
 {
   border-color: #CA1589;
 }
</style>