#C40D86

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

Shades of Medium Violet Red #C40D86

Tints of Medium Violet Red #C40D86

Color information

#C40D86 (or 0xC40D86) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0D and 86. RGB value is (196,13,134). Sum of RGB (Red+Green+Blue) = 196+13+134=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40D86 is #3BF279. Grayscale: #515151. Windows color (decimal): -3928698 or 8785348. OLE color: 8785348.

HSL color Cylindrical-coordinate representation of color #C40D86: hue angle of 320.33º degrees, saturation: 0.88, 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 #C40D86 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19613134-
CMYK00.930.320.23
HSL320.33º87.56%40.98%-
HSV(B)320.33º93.37%76.86%-
XYZ27.2113.7423.77-
YUV81.51157.63209.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.14%
GREEN value IS 13 (5.47% from 255) = 3.79%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=57.14%
G=3.79%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961313400.930.320.23320.3387.5640.98
HexC4D8605D20171405829
Octal304152060135402750013051
Binary1100010011011000011001011101100000101111010000001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40D86; }

 p { color: rgb(196,13,134); }

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

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

 a { background-color: rgb(196,13,134); }

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

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

 span { border-color: rgb(196,13,134); }

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