#C40C8C

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

Shades of Medium Violet Red #C40C8C

Tints of Medium Violet Red #C40C8C

Color information

#C40C8C (or 0xC40C8C) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0C and 8C. RGB value is (196,12,140). Sum of RGB (Red+Green+Blue) = 196+12+140=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C8C is #3BF373. Grayscale: #515151. Windows color (decimal): -3928948 or 9178308. OLE color: 9178308.

HSL color Cylindrical-coordinate representation of color #C40C8C: hue angle of 318.26º 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 #C40C8C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19612140-
CMYK00.940.290.23
HSL318.26º88.46%40.78%-
HSV(B)318.26º93.88%76.86%-
XYZ27.6313.8926.04-
YUV81.61160.96209.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.32%
GREEN value IS 12 (5.08% from 255) = 3.45%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=56.32%
G=3.45%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961214000.940.290.23318.2688.4640.78
HexC4C8C05E1D1713e5829
Octal304142140136352747613051
Binary110001001100100011000101111011101101111001111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40C8C; }

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

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

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

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

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

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

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

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