#C7377C

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

Shades of Medium Red Violet #C7377C

Tints of Medium Red Violet #C7377C

Color information

#C7377C (or 0xC7377C) is unknown color: approx Medium Red Violet. HEX triplet: C7, 37 and 7C. RGB value is (199,55,124). Sum of RGB (Red+Green+Blue) = 199+55+124=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7377C is #38C883. Grayscale: #696969. Windows color (decimal): -3721348 or 8140743. OLE color: 8140743.

HSL color Cylindrical-coordinate representation of color #C7377C: hue angle of 331.25º 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 #C7377C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19955124-
CMYK00.720.380.22
HSL331.25º56.69%49.8%-
HSV(B)331.25º72.36%78.04%-
XYZ28.5616.3320.72-
YUV105.92138.21194.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.65%
GREEN value IS 55 (21.88% from 255) = 14.55%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=52.65%
G=14.55%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995512400.720.380.22331.2556.6949.8
HexC7377C048261614b3932
Octal30767174011046265137162
Binary1100011111011111111000100100010011010110101001011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7377C; }

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

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

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

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

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

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

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

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