#C41078

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

Shades of Medium Violet Red #C41078

Tints of Medium Violet Red #C41078

Color information

#C41078 (or 0xC41078) is unknown color: approx Medium Violet Red. HEX triplet: C4, 10 and 78. RGB value is (196,16,120). Sum of RGB (Red+Green+Blue) = 196+16+120=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C41078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41078 is #3BEF87. Grayscale: #515151. Windows color (decimal): -3927944 or 7868612. OLE color: 7868612.

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

Color convert

RGB19616120-
CMYK00.920.390.23
HSL325.33º84.91%41.57%-
HSV(B)325.33º91.84%76.86%-
XYZ26.3413.4618.98-
YUV81.68149.63209.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.04%
GREEN value IS 16 (6.64% from 255) = 4.82%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=59.04%
G=4.82%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961612000.920.390.23325.3384.9141.57
HexC4107805C2717145552a
Octal304201700134472750512552
Binary1100010010000111100001011100100111101111010001011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41078; }

 p { color: rgb(196,16,120); }

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

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

 a { background-color: rgb(196,16,120); }

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

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

 span { border-color: rgb(196,16,120); }

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