#C20377

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

Shades of Medium Violet Red #C20377

Tints of Medium Violet Red #C20377

Color information

#C20377 (or 0xC20377) is unknown color: approx Medium Violet Red. HEX triplet: C2, 03 and 77. RGB value is (194,3,119). Sum of RGB (Red+Green+Blue) = 194+3+119=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20377 is #3DFC88. Grayscale: #494949. Windows color (decimal): -4062345 or 7799746. OLE color: 7799746.

HSL color Cylindrical-coordinate representation of color #C20377: hue angle of 323.56º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20377 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB1943119-
CMYK00.980.390.24
HSL323.56º96.95%38.63%-
HSV(B)323.56º98.45%76.08%-
XYZ25.6112.8718.59-
YUV73.33153.78214.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.39%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=61.39%
G=0.95%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194311900.980.390.24323.5696.9538.63
HexC237706227181446127
Octal30231670142473050414147
Binary1100001011111011101100010100111110001010001001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20377; }

 p { color: rgb(194,3,119); }

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

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

 a { background-color: rgb(194,3,119); }

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

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

 span { border-color: rgb(194,3,119); }

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