#CA0590

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

Shades of Medium Violet Red #CA0590

Tints of Medium Violet Red #CA0590

Color information

#CA0590 (or 0xCA0590) is unknown color: approx Medium Violet Red. HEX triplet: CA, 05 and 90. RGB value is (202,5,144). Sum of RGB (Red+Green+Blue) = 202+5+144=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0590 is #35FA6F. Grayscale: #4F4F4F. Windows color (decimal): -3537520 or 9438666. OLE color: 9438666.

HSL color Cylindrical-coordinate representation of color #CA0590: hue angle of 317.66º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0590 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB2025144-
CMYK00.980.290.21
HSL317.66º95.17%40.59%-
HSV(B)317.66º97.52%79.22%-
XYZ29.4514.6827.67-
YUV79.75164.27215.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=57.55%
G=1.42%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202514400.980.290.21317.6695.1740.59
HexCA5900621D1513e5f29
Octal31252200142352547613751
Binary11001010101100100000110001011101101011001111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0590; }

 p { color: rgb(202,5,144); }

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

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

 a { background-color: rgb(202,5,144); }

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

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

 span { border-color: rgb(202,5,144); }

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