#C11C7E

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

Shades of Medium Violet Red #C11C7E

Tints of Medium Violet Red #C11C7E

Color information

#C11C7E (or 0xC11C7E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1C and 7E. RGB value is (193,28,126). Sum of RGB (Red+Green+Blue) = 193+28+126=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C7E is #3EE381. Grayscale: #585858. Windows color (decimal): -4121474 or 8264897. OLE color: 8264897.

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

Color convert

RGB19328126-
CMYK00.850.350.24
HSL324.36º74.66%43.33%-
HSV(B)324.36º85.49%75.69%-
XYZ26.1713.6721-
YUV88.51149.16202.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=55.62%
G=8.07%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932812600.850.350.24324.3674.6643.33
HexC11C7E05523181444b2b
Octal301341760125433050411353
Binary1100000111100111111001010101100011110001010001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C7E; }

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

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

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

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

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

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

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

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