#C40C76

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

Shades of Medium Violet Red #C40C76

Tints of Medium Violet Red #C40C76

Color information

#C40C76 (or 0xC40C76) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0C and 76. RGB value is (196,12,118). Sum of RGB (Red+Green+Blue) = 196+12+118=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C76 is #3BF389. Grayscale: #4E4E4E. Windows color (decimal): -3928970 or 7736516. OLE color: 7736516.

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

Color convert

RGB19612118-
CMYK00.940.400.23
HSL325.43º88.46%40.78%-
HSV(B)325.43º93.88%76.86%-
XYZ26.1713.3118.33-
YUV79.1149.96211.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.12%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=60.12%
G=3.68%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961211800.940.400.23325.4388.4640.78
HexC4C7605E28171455829
Octal304141660136502750513051
Binary110001001100111011001011110101000101111010001011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40C76; }

 p { color: rgb(196,12,118); }

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

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

 a { background-color: rgb(196,12,118); }

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

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

 span { border-color: rgb(196,12,118); }

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