#C12178

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

Shades of Medium Violet Red #C12178

Tints of Medium Violet Red #C12178

Color information

#C12178 (or 0xC12178) is unknown color: approx Medium Violet Red. HEX triplet: C1, 21 and 78. RGB value is (193,33,120). Sum of RGB (Red+Green+Blue) = 193+33+120=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C12178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12178 is #3EDE87. Grayscale: #5A5A5A. Windows color (decimal): -4120200 or 7872961. OLE color: 7872961.

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

Color convert

RGB19333120-
CMYK00.830.380.24
HSL327.38º70.8%44.31%-
HSV(B)327.38º82.9%75.69%-
XYZ25.9313.7819.06-
YUV90.76144.51200.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.78%
GREEN value IS 33 (13.28% from 255) = 9.54%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=55.78%
G=9.54%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933312000.830.380.24327.3870.844.31
HexC121780532618147472c
Octal301411700123463050710754
Binary11000001100001111100001010011100110110001010001111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12178; }

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

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

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

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

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

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

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

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