#CA2584

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

Shades of Medium Violet Red #CA2584

Tints of Medium Violet Red #CA2584

Color information

#CA2584 (or 0xCA2584) is unknown color: approx Medium Violet Red. HEX triplet: CA, 25 and 84. RGB value is (202,37,132). Sum of RGB (Red+Green+Blue) = 202+37+132=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2584 is #35DA7B. Grayscale: #606060. Windows color (decimal): -3529340 or 8660426. OLE color: 8660426.

HSL color Cylindrical-coordinate representation of color #CA2584: hue angle of 325.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2584 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20237132-
CMYK00.820.350.21
HSL325.45º69.04%46.86%-
HSV(B)325.45º81.68%79.22%-
XYZ29.1815.5523.29-
YUV97.16147.66202.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 37 (14.84% from 255) = 9.97%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=54.45%
G=9.97%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023713200.820.350.21325.4569.0446.86
HexCA25840522315145452f
Octal312452040122432550510557
Binary110010101001011000010001010010100011101011010001011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2584; }

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

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

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

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

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

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

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

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