#CA3793

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

Shades of Medium Red Violet #CA3793

Tints of Medium Red Violet #CA3793

Color information

#CA3793 (or 0xCA3793) is unknown color: approx Medium Red Violet. HEX triplet: CA, 37 and 93. RGB value is (202,55,147). Sum of RGB (Red+Green+Blue) = 202+55+147=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3793 is #35C86C. Grayscale: #6D6D6D. Windows color (decimal): -3524717 or 9648074. OLE color: 9648074.

HSL color Cylindrical-coordinate representation of color #CA3793: hue angle of 322.45º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3793 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20255147-
CMYK00.730.270.21
HSL322.45º58.1%50.39%-
HSV(B)322.45º72.77%79.22%-
XYZ30.9917.429.33-
YUV109.44149.2194.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 13.61%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=50%
G=13.61%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025514700.730.270.21322.4558.150.39
HexCA37930491B151423a32
Octal31267223011133255027262
Binary1100101011011110010011010010011101110101101000010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3793; }

 p { color: rgb(202,55,147); }

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

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

 a { background-color: rgb(202,55,147); }

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

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

 span { border-color: rgb(202,55,147); }

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