#C11472

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

Shades of Medium Violet Red #C11472

Tints of Medium Violet Red #C11472

Color information

#C11472 (or 0xC11472) is unknown color: approx Medium Violet Red. HEX triplet: C1, 14 and 72. RGB value is (193,20,114). Sum of RGB (Red+Green+Blue) = 193+20+114=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C11472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11472 is #3EEB8D. Grayscale: #525252. Windows color (decimal): -4123534 or 7476417. OLE color: 7476417.

HSL color Cylindrical-coordinate representation of color #C11472: hue angle of 327.4º 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 #C11472 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19320114-
CMYK00.900.410.24
HSL327.4º81.22%41.76%-
HSV(B)327.4º89.64%75.69%-
XYZ25.2813.0517.11-
YUV82.44145.81206.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 20 (8.20% from 255) = 6.12%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=59.02%
G=6.12%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932011400.900.410.24327.481.2241.76
HexC1147205A2918147512a
Octal301241620132513050712152
Binary1100000110100111001001011010101001110001010001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11472; }

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

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

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

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

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

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

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

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