#CA3584

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

Shades of Medium Red Violet #CA3584

Tints of Medium Red Violet #CA3584

Color information

#CA3584 (or 0xCA3584) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 84. RGB value is (202,53,132). Sum of RGB (Red+Green+Blue) = 202+53+132=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3584 is #35CA7B. Grayscale: #6A6A6A. Windows color (decimal): -3525244 or 8664522. OLE color: 8664522.

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

Color convert

RGB20253132-
CMYK00.740.350.21
HSL328.19º58.43%50%-
HSV(B)328.19º73.76%79.22%-
XYZ29.816.7723.5-
YUV106.56142.36196.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 53 (21.09% from 255) = 13.70%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=52.20%
G=13.70%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025313200.740.350.21328.1958.4350
HexCA358404A23151483a32
Octal31265204011243255107262
Binary11001010110101100001000100101010001110101101001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3584; }

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

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

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

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

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

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

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

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