#C40F85

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

Shades of Medium Violet Red #C40F85

Tints of Medium Violet Red #C40F85

Color information

#C40F85 (or 0xC40F85) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0F and 85. RGB value is (196,15,133). Sum of RGB (Red+Green+Blue) = 196+15+133=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40F85 is #3BF07A. Grayscale: #525252. Windows color (decimal): -3928187 or 8720324. OLE color: 8720324.

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

Color convert

RGB19615133-
CMYK00.920.320.23
HSL320.88º85.78%41.37%-
HSV(B)320.88º92.35%76.86%-
XYZ27.1713.7723.42-
YUV82.57156.47208.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.98%
GREEN value IS 15 (6.25% from 255) = 4.36%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=56.98%
G=4.36%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961513300.920.320.23320.8885.7841.37
HexC4F8505C20171415629
Octal304172050134402750112651
Binary1100010011111000010101011100100000101111010000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40F85; }

 p { color: rgb(196,15,133); }

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

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

 a { background-color: rgb(196,15,133); }

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

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

 span { border-color: rgb(196,15,133); }

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