#C20077

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

Shades of Medium Violet Red #C20077

Tints of Medium Violet Red #C20077

Color information

#C20077 (or 0xC20077) is unknown color: approx Medium Violet Red. HEX triplet: C2, 00 and 77. RGB value is (194,0,119). Sum of RGB (Red+Green+Blue) = 194+0+119=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C20077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20077 is #3DFF88. Grayscale: #474747. Windows color (decimal): -4063113 or 7798978. OLE color: 7798978.

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

Color convert

RGB1940119-
CMYK010.390.24
HSL323.2º100%38.04%-
HSV(B)323.2º100%76.08%-
XYZ25.5812.818.58-
YUV71.57154.77215.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=61.98%
G=0%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1940119010.390.24323.210038.04
HexC207706427181436426
Octal30201670144473050314446
Binary110000100111011101100100100111110001010000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20077; }

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

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

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

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

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

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

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

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