#CA3594

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

Shades of Medium Red Violet #CA3594

Tints of Medium Red Violet #CA3594

Color information

#CA3594 (or 0xCA3594) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 94. RGB value is (202,53,148). Sum of RGB (Red+Green+Blue) = 202+53+148=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3594 is #35CA6B. Grayscale: #6C6C6C. Windows color (decimal): -3525228 or 9713098. OLE color: 9713098.

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

Color convert

RGB20253148-
CMYK00.740.270.21
HSL321.74º58.43%50%-
HSV(B)321.74º73.76%79.22%-
XYZ30.9817.2429.71-
YUV108.38150.36194.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 53 (21.09% from 255) = 13.15%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=50.12%
G=13.15%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025314800.740.270.21321.7458.4350
HexCA359404A1B151423a32
Octal31265224011233255027262
Binary1100101011010110010100010010101101110101101000010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3594; }

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

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

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

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

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

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

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

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