#C40E77

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

Shades of Medium Violet Red #C40E77

Tints of Medium Violet Red #C40E77

Color information

#C40E77 (or 0xC40E77) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0E and 77. RGB value is (196,14,119). Sum of RGB (Red+Green+Blue) = 196+14+119=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E77 is #3BF188. Grayscale: #505050. Windows color (decimal): -3928457 or 7802564. OLE color: 7802564.

HSL color Cylindrical-coordinate representation of color #C40E77: hue angle of 325.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40E77 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19614119-
CMYK00.930.390.23
HSL325.38º86.67%41.18%-
HSV(B)325.38º92.86%76.86%-
XYZ26.2513.3818.65-
YUV80.39149.8210.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=59.57%
G=4.26%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961411900.930.390.23325.3886.6741.18
HexC4E7705D27171455729
Octal304161670135472750512751
Binary110001001110111011101011101100111101111010001011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40E77; }

 p { color: rgb(196,14,119); }

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

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

 a { background-color: rgb(196,14,119); }

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

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

 span { border-color: rgb(196,14,119); }

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