#C8377A

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

Shades of Medium Red Violet #C8377A

Tints of Medium Red Violet #C8377A

Color information

#C8377A (or 0xC8377A) is unknown color: approx Medium Red Violet. HEX triplet: C8, 37 and 7A. RGB value is (200,55,122). Sum of RGB (Red+Green+Blue) = 200+55+122=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8377A is #37C885. Grayscale: #696969. Windows color (decimal): -3655814 or 8009672. OLE color: 8009672.

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

Color convert

RGB20055122-
CMYK00.720.390.22
HSL332.28º56.86%50%-
HSV(B)332.28º72.5%78.43%-
XYZ28.716.4220.07-
YUV105.99137.04195.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 55 (21.88% from 255) = 14.59%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=53.05%
G=14.59%
B=32.36%

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
Decimal2005512200.720.390.22332.2856.8650
HexC8377A048271614c3932
Octal31067172011047265147162
Binary1100100011011111110100100100010011110110101001100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8377A; }

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

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

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

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

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

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

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

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