#C7377A

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

Shades of Medium Red Violet #C7377A

Tints of Medium Red Violet #C7377A

Color information

#C7377A (or 0xC7377A) is unknown color: approx Medium Red Violet. HEX triplet: C7, 37 and 7A. RGB value is (199,55,122). Sum of RGB (Red+Green+Blue) = 199+55+122=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7377A is #38C885. Grayscale: #696969. Windows color (decimal): -3721350 or 8009671. OLE color: 8009671.

HSL color Cylindrical-coordinate representation of color #C7377A: hue angle of 332.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7377A is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB19955122-
CMYK00.720.390.22
HSL332.08º56.69%49.8%-
HSV(B)332.08º72.36%78.04%-
XYZ28.4316.2820.06-
YUV105.69137.21194.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.93%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=52.93%
G=14.63%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995512200.720.390.22332.0856.6949.8
HexC7377A048271614c3932
Octal30767172011047265147162
Binary1100011111011111110100100100010011110110101001100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7377A; }

 p { color: rgb(199,55,122); }

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

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

 a { background-color: rgb(199,55,122); }

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

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

 span { border-color: rgb(199,55,122); }

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