#CA3589

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

Shades of Medium Red Violet #CA3589

Tints of Medium Red Violet #CA3589

Color information

#CA3589 (or 0xCA3589) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 89. RGB value is (202,53,137). Sum of RGB (Red+Green+Blue) = 202+53+137=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3589 is #35CA76. Grayscale: #6A6A6A. Windows color (decimal): -3525239 or 8992202. OLE color: 8992202.

HSL color Cylindrical-coordinate representation of color #CA3589: hue angle of 326.17º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3589 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20253137-
CMYK00.740.320.21
HSL326.17º58.43%50%-
HSV(B)326.17º73.76%79.22%-
XYZ30.1516.9125.34-
YUV107.13144.86195.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=51.53%
G=13.52%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025313700.740.320.21326.1758.4350
HexCA358904A20151463a32
Octal31265211011240255067262
Binary11001010110101100010010100101010000010101101000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3589; }

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

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

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

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

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

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

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

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