#C40990

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

Shades of Medium Violet Red #C40990

Tints of Medium Violet Red #C40990

Color information

#C40990 (or 0xC40990) is unknown color: approx Medium Violet Red. HEX triplet: C4, 09 and 90. RGB value is (196,9,144). Sum of RGB (Red+Green+Blue) = 196+9+144=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C40990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40990 is #3BF66F. Grayscale: #4F4F4F. Windows color (decimal): -3929712 or 9439684. OLE color: 9439684.

HSL color Cylindrical-coordinate representation of color #C40990: hue angle of 316.68º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40990 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB1969144-
CMYK00.950.270.23
HSL316.68º91.22%40.2%-
HSV(B)316.68º95.41%76.86%-
XYZ27.913.9427.61-
YUV80.3163.95210.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.16%
GREEN value IS 9 (3.91% from 255) = 2.58%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=56.16%
G=2.58%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196914400.950.270.23316.6891.2240.2
HexC499005F1B1713d5b28
Octal304112200137332747513350
Binary110001001001100100000101111111011101111001111011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40990; }

 p { color: rgb(196,9,144); }

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

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

 a { background-color: rgb(196,9,144); }

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

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

 span { border-color: rgb(196,9,144); }

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