#C1127E

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

Shades of Medium Violet Red #C1127E

Tints of Medium Violet Red #C1127E

Color information

#C1127E (or 0xC1127E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 12 and 7E. RGB value is (193,18,126). Sum of RGB (Red+Green+Blue) = 193+18+126=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1127E is #3EED81. Grayscale: #525252. Windows color (decimal): -4124034 or 8262337. OLE color: 8262337.

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

Color convert

RGB19318126-
CMYK00.910.350.24
HSL322.97º82.94%41.37%-
HSV(B)322.97º90.67%75.69%-
XYZ25.9713.2820.93-
YUV82.64152.48206.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=57.27%
G=5.34%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931812600.910.350.24322.9782.9441.37
HexC1127E05B23181435329
Octal301221760133433050312351
Binary1100000110010111111001011011100011110001010000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1127E; }

 p { color: rgb(193,18,126); }

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

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

 a { background-color: rgb(193,18,126); }

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

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

 span { border-color: rgb(193,18,126); }

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