#c11978

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

Shades of Medium Violet Red #C11978

Tints of Medium Violet Red #C11978

Color information

#C11978 (or 0xC11978) is unknown color: approx Medium Violet Red. HEX triplet: C1, 19 and 78. RGB value is (193,25,120). Sum of RGB (Red+Green+Blue) = 193+25+120=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C11978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11978 is #3EE687. Grayscale: #555555. Windows color (decimal): -4122248 or 7870913. OLE color: 7870913.

HSL color Cylindrical-coordinate representation of color #C11978: hue angle of 326.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11978 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19325120-
CMYK00.870.380.24
HSL326.07º77.06%42.75%-
HSV(B)326.07º87.05%75.69%-
XYZ25.7313.3919-
YUV86.06147.16204.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 25 (10.16% from 255) = 7.40%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=57.10%
G=7.40%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932512000.870.380.24326.0777.0642.75
HexC1197805726181464d2b
Octal301311700127463050611553
Binary1100000111001111100001010111100110110001010001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11978; }

 p { color: rgb(193,25,120); }

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

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

 a { background-color: rgb(193,25,120); }

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

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

 span { border-color: rgb(193,25,120); }

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