#C40B79

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

Shades of Medium Violet Red #C40B79

Tints of Medium Violet Red #C40B79

Color information

#C40B79 (or 0xC40B79) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0B and 79. RGB value is (196,11,121). Sum of RGB (Red+Green+Blue) = 196+11+121=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B79 is #3BF486. Grayscale: #4E4E4E. Windows color (decimal): -3929223 or 7932868. OLE color: 7932868.

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

Color convert

RGB19611121-
CMYK00.940.380.23
HSL324.32º89.37%40.59%-
HSV(B)324.32º94.39%76.86%-
XYZ26.3413.3619.28-
YUV78.85151.79211.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=59.76%
G=3.35%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961112100.940.380.23324.3289.3740.59
HexC4B7905E26171445929
Octal304131710136462750413151
Binary110001001011111100101011110100110101111010001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B79; }

 p { color: rgb(196,11,121); }

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

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

 a { background-color: rgb(196,11,121); }

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

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

 span { border-color: rgb(196,11,121); }

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