#C41F8E

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

Shades of Medium Violet Red #C41F8E

Tints of Medium Violet Red #C41F8E

Color information

#C41F8E (or 0xC41F8E) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1F and 8E. RGB value is (196,31,142). Sum of RGB (Red+Green+Blue) = 196+31+142=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41F8E is #3BE071. Grayscale: #5C5C5C. Windows color (decimal): -3924082 or 9314244. OLE color: 9314244.

HSL color Cylindrical-coordinate representation of color #C41F8E: hue angle of 319.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F8E is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB19631142-
CMYK00.840.280.23
HSL319.64º72.69%44.51%-
HSV(B)319.64º84.18%76.86%-
XYZ28.1414.6726.94-
YUV92.99155.66201.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 31 (12.5% from 255) = 8.40%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=53.12%
G=8.40%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963114200.840.280.23319.6472.6944.51
HexC41F8E0541C17140492d
Octal304372160124342750011155
Binary1100010011111100011100101010011100101111010000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41F8E; }

 p { color: rgb(196,31,142); }

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

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

 a { background-color: rgb(196,31,142); }

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

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

 span { border-color: rgb(196,31,142); }

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