#c7359a

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

Shades of Medium Red Violet #C7359A

Tints of Medium Red Violet #C7359A

Color information

#C7359A (or 0xC7359A) is unknown color: approx Medium Red Violet. HEX triplet: C7, 35 and 9A. RGB value is (199,53,154). Sum of RGB (Red+Green+Blue) = 199+53+154=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7359A is #38CA65. Grayscale: #6B6B6B. Windows color (decimal): -3721830 or 10106311. OLE color: 10106311.

HSL color Cylindrical-coordinate representation of color #C7359A: hue angle of 318.49º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7359A is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19953154-
CMYK00.730.230.22
HSL318.49º57.94%49.41%-
HSV(B)318.49º73.37%78.04%-
XYZ30.6617.0232.24-
YUV108.17153.87192.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=49.01%
G=13.05%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995315400.730.230.22318.4957.9449.41
HexC7359A049171613e3a31
Octal30765232011127264767261
Binary1100011111010110011010010010011011110110100111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7359a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7359a; }

 p { color: rgb(199,53,154); }

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

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

 a { background-color: rgb(199,53,154); }

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

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

 span { border-color: rgb(199,53,154); }

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