#C11C72

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

Shades of Medium Violet Red #C11C72

Tints of Medium Violet Red #C11C72

Color information

#C11C72 (or 0xC11C72) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1C and 72. RGB value is (193,28,114). Sum of RGB (Red+Green+Blue) = 193+28+114=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C72 is #3EE38D. Grayscale: #565656. Windows color (decimal): -4121486 or 7478465. OLE color: 7478465.

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

Color convert

RGB19328114-
CMYK00.850.410.24
HSL328.73º74.66%43.33%-
HSV(B)328.73º85.49%75.69%-
XYZ25.4413.3817.16-
YUV87.14143.16203.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=57.61%
G=8.36%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932811400.850.410.24328.7374.6643.33
HexC11C7205529181494b2b
Octal301341620125513051111353
Binary1100000111100111001001010101101001110001010010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C72; }

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

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

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

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

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

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

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

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