#CA3595

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

Shades of Medium Red Violet #CA3595

Tints of Medium Red Violet #CA3595

Color information

#CA3595 (or 0xCA3595) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 95. RGB value is (202,53,149). Sum of RGB (Red+Green+Blue) = 202+53+149=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3595 is #35CA6A. Grayscale: #6C6C6C. Windows color (decimal): -3525227 or 9778634. OLE color: 9778634.

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

Color convert

RGB20253149-
CMYK00.740.260.21
HSL321.34º58.43%50%-
HSV(B)321.34º73.76%79.22%-
XYZ31.0617.2730.13-
YUV108.49150.86194.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 13.12%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=50%
G=13.12%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025314900.740.260.21321.3458.4350
HexCA359504A1A151413a32
Octal31265225011232255017262
Binary1100101011010110010101010010101101010101101000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3595; }

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

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

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

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

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

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

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

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