#C41374

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

Shades of Medium Violet Red #C41374

Tints of Medium Violet Red #C41374

Color information

#C41374 (or 0xC41374) is unknown color: approx Medium Violet Red. HEX triplet: C4, 13 and 74. RGB value is (196,19,116). Sum of RGB (Red+Green+Blue) = 196+19+116=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C41374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41374 is #3BEC8B. Grayscale: #525252. Windows color (decimal): -3927180 or 7607236. OLE color: 7607236.

HSL color Cylindrical-coordinate representation of color #C41374: hue angle of 327.12º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41374 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19619116-
CMYK00.900.410.23
HSL327.12º82.33%42.16%-
HSV(B)327.12º90.31%76.86%-
XYZ26.1513.4617.74-
YUV82.98146.64208.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.21%
GREEN value IS 19 (7.81% from 255) = 5.74%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=59.21%
G=5.74%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961911600.900.410.23327.1282.3342.16
HexC4137405A2917147522a
Octal304231640132512750712252
Binary1100010010011111010001011010101001101111010001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41374; }

 p { color: rgb(196,19,116); }

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

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

 a { background-color: rgb(196,19,116); }

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

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

 span { border-color: rgb(196,19,116); }

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