#CA3796

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

Shades of Medium Red Violet #CA3796

Tints of Medium Red Violet #CA3796

Color information

#CA3796 (or 0xCA3796) is unknown color: approx Medium Red Violet. HEX triplet: CA, 37 and 96. RGB value is (202,55,150). Sum of RGB (Red+Green+Blue) = 202+55+150=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3796 is #35C869. Grayscale: #6D6D6D. Windows color (decimal): -3524714 or 9844682. OLE color: 9844682.

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

Color convert

RGB20255150-
CMYK00.730.260.21
HSL321.22º58.1%50.39%-
HSV(B)321.22º72.77%79.22%-
XYZ31.2317.4930.58-
YUV109.78150.7193.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 55 (21.88% from 255) = 13.51%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=49.63%
G=13.51%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025515000.730.260.21321.2258.150.39
HexCA37960491A151413a32
Octal31267226011132255017262
Binary1100101011011110010110010010011101010101101000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3796; }

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

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

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

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

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

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

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

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