#CA1584

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

Shades of Medium Violet Red #CA1584

Tints of Medium Violet Red #CA1584

Color information

#CA1584 (or 0xCA1584) is unknown color: approx Medium Violet Red. HEX triplet: CA, 15 and 84. RGB value is (202,21,132). Sum of RGB (Red+Green+Blue) = 202+21+132=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1584 is #35EA7B. Grayscale: #575757. Windows color (decimal): -3533436 or 8656330. OLE color: 8656330.

HSL color Cylindrical-coordinate representation of color #CA1584: hue angle of 323.2º 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 #CA1584 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20221132-
CMYK00.900.350.21
HSL323.2º81.17%43.73%-
HSV(B)323.2º89.6%79.22%-
XYZ28.7914.7623.16-
YUV87.77152.97209.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=56.90%
G=5.92%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022113200.900.350.21323.281.1743.73
HexCA158405A2315143512c
Octal312252040132432550312154
Binary11001010101011000010001011010100011101011010000111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1584; }

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

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

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

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

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

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

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

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