#C40089

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

Shades of Medium Violet Red #C40089

Tints of Medium Violet Red #C40089

Color information

#C40089 (or 0xC40089) is unknown color: approx Medium Violet Red. HEX triplet: C4, 00 and 89. RGB value is (196,0,137). Sum of RGB (Red+Green+Blue) = 196+0+137=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40089 is #3BFF76. Grayscale: #494949. Windows color (decimal): -3932023 or 8978628. OLE color: 8978628.

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

Color convert

RGB1960137-
CMYK010.300.23
HSL318.06º100%38.43%-
HSV(B)318.06º100%76.86%-
XYZ27.2813.5424.84-
YUV74.22163.43214.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=58.86%
G=0%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1960137010.300.23318.0610038.43
HexC40890641E1713e6426
Octal30402110144362747614446
Binary110001000100010010110010011110101111001111101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40089; }

 p { color: rgb(196,0,137); }

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

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

 a { background-color: rgb(196,0,137); }

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

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

 span { border-color: rgb(196,0,137); }

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