#C1149D

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

Shades of Medium Violet Red #C1149D

Tints of Medium Violet Red #C1149D

Color information

#C1149D (or 0xC1149D) is unknown color: approx Medium Violet Red. HEX triplet: C1, 14 and 9D. RGB value is (193,20,157). Sum of RGB (Red+Green+Blue) = 193+20+157=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1149D is #3EEB62. Grayscale: #565656. Windows color (decimal): -4123491 or 10294465. OLE color: 10294465.

HSL color Cylindrical-coordinate representation of color #C1149D: hue angle of 312.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1149D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19320157-
CMYK00.900.190.24
HSL312.49º81.22%41.76%-
HSV(B)312.49º89.64%75.69%-
XYZ28.3314.2733.16-
YUV87.34167.31203.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 20 (8.20% from 255) = 5.41%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=52.16%
G=5.41%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932015700.900.190.24312.4981.2241.76
HexC1149D05A1318138512a
Octal301242350132233047012152
Binary1100000110100100111010101101010011110001001110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1149D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1149D; }

 p { color: rgb(193,20,157); }

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

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

 a { background-color: rgb(193,20,157); }

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

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

 span { border-color: rgb(193,20,157); }

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